mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Simplify box-shadow
This commit is contained in:
@@ -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 { box-shadow: 1px 1px 1px rgba(0, 0, 0, .5); }
|
||||
input.default { box-shadow: 1px 1px 1px #777; }
|
||||
.block { display: block; }
|
||||
.version { color: #777; font-size: 67%; }
|
||||
.js .hidden, .nojs .jsonly { display: none; }
|
||||
|
Reference in New Issue
Block a user