themes/openwrt.org: add css class for invalid fields
This commit is contained in:
parent
8e590d6650
commit
7101b77da6
1 changed files with 8 additions and 0 deletions
|
@ -548,6 +548,14 @@ div.cbi-section-remove input {
|
|||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
color: #FF0000 !important;
|
||||
border-color: #FF0000;
|
||||
}
|
||||
|
||||
div.cbi-section-remove input {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue