From: Jakub Vrana Date: Tue, 9 Jul 2013 07:37:48 +0000 (-0700) Subject: Use colors in icons X-Git-Tag: v4.0.0~158 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5557adf2895d7772c239c6a27e8ed9c6f60a6ed9;p=adminer.git Use colors in icons --- diff --git a/adminer/static/cross.gif b/adminer/static/cross.gif index 05b5061c..7031822e 100644 Binary files a/adminer/static/cross.gif and b/adminer/static/cross.gif differ diff --git a/adminer/static/default.css b/adminer/static/default.css index f2a67664..d5ab5421 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -46,7 +46,8 @@ input.default { box-shadow: 1px 1px 1px #777; } .options select { width: 20ex; width: auto\9; } .active { font-weight: bold; } .sqlarea { width: 98%; } -.icon { width: 18px; height: 18px; } +.icon { width: 18px; height: 18px; background-color: navy; } +.icon:hover { background-color: red; } .size { width: 6ex; } .help { cursor: help; } .pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; } diff --git a/adminer/static/down.gif b/adminer/static/down.gif index 630fc359..70113bcc 100644 Binary files a/adminer/static/down.gif and b/adminer/static/down.gif differ diff --git a/adminer/static/plus.gif b/adminer/static/plus.gif index f16de917..a15bc8c2 100644 Binary files a/adminer/static/plus.gif and b/adminer/static/plus.gif differ diff --git a/adminer/static/up.gif b/adminer/static/up.gif index 08980336..d37ffe49 100644 Binary files a/adminer/static/up.gif and b/adminer/static/up.gif differ