themes/openwrt: implement CSS classes for up and down buttons
This commit is contained in:
parent
75f849ca58
commit
8e44175a79
1 changed files with 12 additions and 0 deletions
|
@ -515,6 +515,18 @@ div.cbi-section-remove input {
|
|||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue