themes: implement new up and down button classes in remaining themes
[project/luci.git] / themes / openwrt.org-oxygen / htdocs / luci-static / openwrt.org-oxygen / cascade.css
index 277207b73e922897e6e7356ba54e3a76b8a0c254..2c4b6de774ca2ac114103677f267214fb78a21c5 100644 (file)
@@ -553,6 +553,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;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }