mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
* luci/themes: add required css classes for cbi-uvl-errors
This commit is contained in:
@@ -488,6 +488,24 @@ div.cbi-error {
|
||||
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 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -473,6 +473,24 @@ div.cbi-error {
|
||||
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 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -474,6 +474,24 @@ div.cbi-error {
|
||||
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 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user