1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

Highlight required fields in Chrome and after submit

This commit is contained in:
Jakub Vrana
2013-07-10 13:13:36 -07:00
parent bbc2c6a9da
commit 4d7c675cab
4 changed files with 16 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ 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 #777; }
input.required { box-shadow: 1px 1px 1px red; }
.block { display: block; }
.version { color: #777; font-size: 67%; }
.js .hidden, .nojs .jsonly { display: none; }