mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +02:00
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:
@@ -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)
|
||||
|
@@ -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; }
|
||||
|
Reference in New Issue
Block a user