]> git.joonet.de Git - adminer.git/commitdiff
lowercase colors
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 22 Sep 2009 12:51:13 +0000 (12:51 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 22 Sep 2009 12:51:13 +0000 (12:51 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1126 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/default.css

index 5718de50a21695837641a850dd3462c08de6ff5f..b9ba678d9a6afa672add35a3047dc64a1bdb5b61 100644 (file)
@@ -28,7 +28,7 @@ tr:hover td, tr:hover th { background: #ddf; }
 .enum { color: #007F7F; }
 .binary { color: red; }
 .odd td { background: #F5F5F5; }
-.time { color: Silver; font-size: 70%; float: right; margin-top: -3em; }
+.time { color: silver; font-size: 70%; float: right; margin-top: -3em; }
 .function { text-align: right; }
 .type { width: 15ex; width: auto\9; }
 #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; overflow: auto; overflow-y: hidden; white-space: nowrap; }
@@ -39,7 +39,7 @@ tr:hover td, tr:hover th { background: #ddf; }
 #h1 { color: #777; text-decoration: none; font-style: italic; }
 #version { font-size: 67%; color: red; }
 #schema { margin-left: 60px; position: relative; }
-#schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; }
+#schema .table { border: 1px solid silver; padding: 0 2px; cursor: move; position: absolute; }
 #schema .references { position: absolute; }
 
 @media print {