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;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -446,6 +446,14 @@ div.cbi-section-remove input {
|
||||||
padding-right: 1px;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -646,6 +646,14 @@ div.cbi-section-remove input {
|
||||||
border: 1px solid #fff;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -424,59 +424,59 @@ textarea#syslog {
|
||||||
|
|
||||||
ul.cbi-apply {
|
ul.cbi-apply {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu {
|
ul.cbi-tabmenu {
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li.cbi-tab,
|
ul.cbi-tabmenu li.cbi-tab,
|
||||||
ul.cbi-tabmenu li.cbi-tab-disabled {
|
ul.cbi-tabmenu li.cbi-tab-disabled {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li.cbi-tab a,
|
ul.cbi-tabmenu li.cbi-tab a,
|
||||||
ul.cbi-tabmenu li.cbi-tab-disabled a {
|
ul.cbi-tabmenu li.cbi-tab-disabled a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
border: 1px outset #000;
|
border: 1px outset #000;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li.cbi-tab-highlighted a {
|
ul.cbi-tabmenu li.cbi-tab-highlighted a {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #FFEEAA;
|
background-color: #FFEEAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li a:hover {
|
ul.cbi-tabmenu li a:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li.cbi-tab a {
|
ul.cbi-tabmenu li.cbi-tab a {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cbi-tab-descr {
|
div.cbi-tab-descr {
|
||||||
background-image: url(/luci-static/resources/cbi/help.gif);
|
background-image: url(/luci-static/resources/cbi/help.gif);
|
||||||
background-position: 0.25em 50%;
|
background-position: 0.25em 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
margin: 0.25em 0.25em 2em;
|
margin: 0.25em 0.25em 2em;
|
||||||
padding: 0.5em 0.5em 0.5em 2em;
|
padding: 0.5em 0.5em 0.5em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
input[type=reset],
|
input[type=reset],
|
||||||
input[type=image] {
|
input[type=image] {
|
||||||
|
@ -611,6 +611,14 @@ div.cbi-section-remove input {
|
||||||
border: 1px solid #fff;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -454,6 +454,14 @@ div.cbi-section-remove input {
|
||||||
padding-right: 1px;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -408,6 +408,14 @@ div.cbi-section-remove input {
|
||||||
padding-right: 1px;
|
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 {
|
div.cbi-section-remove input {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue