1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Make maxlength in edit fields a soft limit

This commit is contained in:
Jakub Vrana
2016-09-19 17:21:41 +02:00
parent 682e86d236
commit 9872229e11
4 changed files with 13 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ pre, textarea { font: 100%/1.25 monospace; }
input[type=image] { vertical-align: middle; }
input.default { box-shadow: 1px 1px 1px #777; }
input.required { box-shadow: 1px 1px 1px red; }
input.maxlength { box-shadow: 1px 1px 1px red; }
.block { display: block; }
.version { color: #777; font-size: 67%; }
.js .hidden, .nojs .jsonly { display: none; }