]> git.joonet.de Git - adminer.git/commitdiff
Use colors in icons
authorJakub Vrana <jakub@vrana.cz>
Tue, 9 Jul 2013 07:37:48 +0000 (00:37 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 9 Jul 2013 07:40:41 +0000 (00:40 -0700)
adminer/static/cross.gif
adminer/static/default.css
adminer/static/down.gif
adminer/static/plus.gif
adminer/static/up.gif

index 05b5061c9789127bca3b0f46b7d0337a78a11447..7031822ed26acda7eb3b2c6cb2d6be264aabd592 100644 (file)
Binary files a/adminer/static/cross.gif and b/adminer/static/cross.gif differ
index f2a6766491b078a6acca8dfbc11b2b255495088e..d5ab5421ea9a21eed30e9560ec994b89dab0a6d0 100644 (file)
@@ -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; }
index 630fc3596b4d708f5f2014706fcb955d3f3b2713..70113bcce5bca204e7e1896636fa4db384da9109 100644 (file)
Binary files a/adminer/static/down.gif and b/adminer/static/down.gif differ
index f16de917004ca08a6544e8f5fd49d2b28797e29c..a15bc8c287edb18e3aef6134045968a39e2db4d2 100644 (file)
Binary files a/adminer/static/plus.gif and b/adminer/static/plus.gif differ
index 0898033615cc73ea74792f627eae56fcc59493f9..d37ffe49646b759ae78f90f014b2062794f89553 100644 (file)
Binary files a/adminer/static/up.gif and b/adminer/static/up.gif differ