* luci/themes: add required css classes for cbi-uvl-errors

This commit is contained in:
Jo-Philipp Wich 2008-09-05 23:24:10 +00:00
parent a37ba532ff
commit 71d3b7c194
3 changed files with 54 additions and 0 deletions

View file

@ -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;
} }

View file

@ -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;
} }

View file

@ -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;
} }