themes: Add .cbi-input-invalid to css for themes which were missing it
This commit is contained in:
parent
761510551d
commit
3cfa3918b1
6 changed files with 101 additions and 53 deletions
|
@ -357,6 +357,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;
|
||||
}
|
||||
|
|
|
@ -446,6 +446,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;
|
||||
}
|
||||
|
|
|
@ -646,6 +646,14 @@ div.cbi-section-remove input {
|
|||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
|
@ -611,6 +611,14 @@ div.cbi-section-remove input {
|
|||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
|
@ -454,6 +454,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;
|
||||
}
|
||||
|
|
|
@ -408,6 +408,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