1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 01:00:07 +02:00

Update designs

This commit is contained in:
Jakub Vrana
2012-08-12 16:35:53 -07:00
parent bcf7e7e04b
commit 2a97e02cdd
6 changed files with 62 additions and 15 deletions

View File

@@ -222,4 +222,38 @@ input[name=logout] {
input[name=logout]:hover {
background:#ea0202;
}
}
#logins a, #tables a {
background:none;
}
#logins a:hover, #tables a:hover {
background:#006aeb;
}
#logout {
color:#006aeb;
text-decoration:none;
}
#logout:hover {
color:white;
background:#006aeb;
}
.js .column {
background:#f2eee1;
}
#content table thead a.text:hover {
text-decoration:none;
}
#version, .version {
font-size:50%;
}
#h1:hover {
color:white;
}