Skip to content

Commit

Permalink
Use shadow for highlighting default button (thanks to srigi)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed May 20, 2013
1 parent b51d4ab commit bf94b88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adminer/include/version.inc.php
@@ -1,2 +1,2 @@
<?php
$VERSION = "3.7.0";
$VERSION = "3.7.1-dev";
2 changes: 1 addition & 1 deletion adminer/static/default.css
Expand Up @@ -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; }
Expand Down
3 changes: 3 additions & 0 deletions changes.txt
@@ -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
Expand Down

0 comments on commit bf94b88

Please sign in to comment.