* luci/themes: add required css classes for cbi-uvl-errors
This commit is contained in:
parent
a37ba532ff
commit
71d3b7c194
3 changed files with 54 additions and 0 deletions
|
@ -488,6 +488,24 @@ div.cbi-error {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.cbi-value-error {
|
||||||
|
border-color: red !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-value-error input,
|
||||||
|
.cbi-value-error select {
|
||||||
|
color: red !important;
|
||||||
|
background-color: #FFCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-section-error {
|
||||||
|
color: red;
|
||||||
|
font-size: 95%;
|
||||||
|
border: 1px dotted red;
|
||||||
|
margin: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
|
@ -473,6 +473,24 @@ div.cbi-error {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.cbi-value-error {
|
||||||
|
border-color: red !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-value-error input,
|
||||||
|
.cbi-value-error select {
|
||||||
|
color: red !important;
|
||||||
|
background-color: #FFCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-section-error {
|
||||||
|
color: red;
|
||||||
|
font-size: 95%;
|
||||||
|
border: 1px dotted red;
|
||||||
|
margin: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
|
@ -474,6 +474,24 @@ div.cbi-error {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.cbi-value-error {
|
||||||
|
border-color: red !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-value-error input,
|
||||||
|
.cbi-value-error select {
|
||||||
|
color: red !important;
|
||||||
|
background-color: #FFCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-section-error {
|
||||||
|
color: red;
|
||||||
|
font-size: 95%;
|
||||||
|
border: 1px dotted red;
|
||||||
|
margin: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue