Use shadow for highlighting default button (thanks to srigi)

This commit is contained in:
Jakub Vrana 2013-05-20 09:13:06 -07:00
parent b51d4ab105
commit bf94b88503
3 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
<?php
$VERSION = "3.7.0";
$VERSION = "3.7.1-dev";

View 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; }

View 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