1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 14:12:51 +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

@@ -285,12 +285,9 @@ position: absolute;
#schema .references {
position: absolute;
}
.js .hidden {
.js div.hidden {
display: inline;
}
.js td.hidden, .js input.hidden {
display: none;
}
legend a {
color: #333;
text-decoration: none;
@@ -325,4 +322,17 @@ border-bottom-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom-top-radius: 5px;
}
}
.js .column {
background: #DFDFDF;
}
#logout {
color: #21759B;
}
#logout:hover {
text-decoration: none;
}
#logins a, #tables a {
background: #F1F1F1;
line-height: 1.5em;
}