]> git.joonet.de Git - adminer.git/commitdiff
Use shadow for highlighting default button (thanks to srigi)
authorJakub Vrana <jakub@vrana.cz>
Mon, 20 May 2013 16:13:06 +0000 (09:13 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 20 May 2013 16:13:06 +0000 (09:13 -0700)
adminer/include/version.inc.php
adminer/static/default.css
changes.txt

index b9bae2161c77741d70b63af25e6525eb8ee1ed11..7ccc23ed26125eb2c20b689bed4319a6a8d32c7a 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-$VERSION = "3.7.0";
+$VERSION = "3.7.1-dev";
index 3963a7d48542b0a5836fc5ce481595fd0845cfb8..6bb659aa43f2795f2a0c4b81ea96bfab27768eb3 100644 (file)
@@ -21,7 +21,7 @@ code { background: #eee; }
 tbody tr:hover td, tbody tr:hover th { background: #eee; }
 pre { margin: 1em 0 0; }
 input[type=image] { vertical-align: middle; }
-input.default { background: #ddf; }
+input.default { box-shadow: 1px 1px 1px rgba(0, 0, 0, .5); }
 .version { color: #777; font-size: 67%; }
 .js .hidden, .nojs .jsonly { display: none; }
 .js .column { position: absolute; background: #ddf; padding: .3em 1ex .3em 0; margin-top: -.3em; }
index 5432e9f95951083af7e31b6e8d6f34f6d8df4d01..66762b9dfd1f1e109969547a4b3524e5e3175a3a 100644 (file)
@@ -1,3 +1,6 @@
+Adminer 3.7.1-dev:
+Use shadow for highlighting default button
+
 Adminer 3.7.0 (released 2013-05-19):
 Allow more SQL files to be uploaded at the same time
 Print run time next to executed queries