- Remove 2em min height, this looks out of place with the OpenWrt theme
- Only colorize invalid dropdown when not open
- Drop use of image background for invalid fields while we're at it
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
color: #595;
}
-.cbi-input-invalid {
- background-image: url('../resources/cbi/reset.gif');
- background-repeat: no-repeat;
- background-position: right;
+.cbi-input-invalid:not([open]) {
color: #FF0000 !important;
border-color: #FF0000;
}
flex-direction: column;
justify-content: center;
text-align: center;
- line-height: 2em;
padding: 0 .25em;
}