From 9c71e9866560d9feb5ee5e563213363cf9af3ef4 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 1 May 2009 07:51:51 +0000 Subject: [PATCH] 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 --- changes.txt | 1 + default.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index c8c4a250..1c4b9a26 100644 --- a/changes.txt +++ b/changes.txt @@ -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) diff --git a/default.css b/default.css index 344c1252..b33fd666 100644 --- a/default.css +++ b/default.css @@ -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; }