]> git.joonet.de Git - adminer.git/commitdiff
Highlight thead (thanks to Ondrej Valka)
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 24 Aug 2009 12:15:38 +0000 (12:15 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 24 Aug 2009 12:15:38 +0000 (12:15 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1001 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/default.css

index 60ec0c29f511793787024d587df55096ab945f17..18ec13c6d0662d9224e93b9c5ff13eb404c753ed 100644 (file)
@@ -8,14 +8,12 @@ h3 { font-weight: normal; font-size: 130%; margin: .8em 0; }
 table { margin: 0 20px .8em 0; border: 0; border-top: 1px solid #999; border-left: 1px solid #999; font-size: 90%; }
 td, th { margin-bottom: 1em; border: 0; border-right: 1px solid #999; border-bottom: 1px solid #999; padding: .2em .3em; }
 th { background: #eee; text-align: left; }
-thead th { text-align: center; }
-thead td { background: #F5F5F5; }
+thead td, thead th { text-align: center; background: #ddf; }
 fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: 0 .5em .5em 0; border: 1px solid #999; }
 p { margin: 0 20px 1em 0; }
 img { vertical-align: middle; border: 0; }
 code { background: #eee; }
-tr:hover td { background: #ddf; }
-thead tr:hover td { background: #F5F5F5; }
+tr:hover td, tr:hover th { background: #ddf; }
 .version { color: #777; font-size: 67%; }
 .js .hidden { display: none; }
 .nowrap { white-space: nowrap; }