themes/openwrt: implement CSS classes for up and down buttons

This commit is contained in:
Jo-Philipp Wich 2012-02-14 15:07:50 +00:00
parent 75f849ca58
commit 8e44175a79

View file

@ -515,6 +515,18 @@ div.cbi-section-remove input {
padding-right: 1px; 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 { .cbi-input-invalid {
background-image: url('../resources/cbi/reset.gif'); background-image: url('../resources/cbi/reset.gif');
background-repeat: no-repeat; background-repeat: no-repeat;