From: Jakub Vrana Date: Wed, 12 Mar 2025 11:57:59 +0000 (+0100) Subject: CSS: Merge rules X-Git-Tag: v5.0.5~45 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f9478c67d280a6603ec1078deabed5cafe13c72b;p=adminer.git CSS: Merge rules --- diff --git a/adminer/static/default.css b/adminer/static/default.css index b3ca0641..98bfe9c0 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -29,8 +29,7 @@ input, textarea { box-sizing: border-box; } input, select { vertical-align: middle; } input[type="radio"] { vertical-align: text-bottom; } input.default { box-shadow: 1px 1px 1px #777; } -input.required { box-shadow: 1px 1px 1px red; } -input.maxlength { box-shadow: 1px 1px 1px red; } +input.required, input.maxlength { box-shadow: 1px 1px 1px red; } input.wayoff { left: -1000px; position: absolute; } .block { display: block; } .version { color: #777; font-size: 62%; } @@ -50,9 +49,7 @@ input.wayoff { left: -1000px; position: absolute; } .odds tbody tr:nth-child(2n) td { background: #F5F5F5; } .js .checkable .checked td, .js .checkable .checked th { background: #ddf; } .time { color: silver; font-size: 70%; } -.function { text-align: right; } -.number { text-align: right; } -.datetime { text-align: right; } +.function, .number, .datetime { text-align: right; } .type { width: 15ex; } .options select, .options input { width: 20ex; } .view { font-style: italic; }