]> git.joonet.de Git - adminer.git/commitdiff
Change odd and hover colors (thanks to Ondrej Valka)
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 1 May 2009 07:51:51 +0000 (07:51 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 1 May 2009 07:51:51 +0000 (07:51 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@594 7c3ca157-0c34-0410-bff1-cbf682f78f5c

changes.txt
default.css

index c8c4a2503251bdaab2dd8293fb119f3292e1bfc8..1c4b9a26da96d1894e431130b3bad15949671881 100644 (file)
@@ -1,5 +1,6 @@
 phpMinAdmin 1.10.1:
 Highlight odd and hover rows
+Partition editing comfort (bug #2783446)
 
 phpMinAdmin 1.10.0:
 Partitioning (MySQL 5.1)
index 344c125200f35eaf9e093409c86aef11f18127dd..b33fd66619df9559ac99febe245411e2f8744d34 100644 (file)
@@ -21,8 +21,8 @@ code { background: #eee; }
 .date { color: #7F007F; }
 .enum { color: #007F7F; }
 .binary { color: red; }
-.odd td { background: #F8F8F8; }
-tr:hover td { background: #efe; }
+.odd td { background: #F5F5F5; }
+tr:hover td { background: #ddf; }
 thead tr:hover td { background: transparent; }
 #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; }
 #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; }