Change odd and hover colors (thanks to Ondrej Valka)

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@594 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-05-01 07:51:51 +00:00
parent baac4449b1
commit 9c71e98665
2 changed files with 3 additions and 2 deletions

View 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)

View 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; }