themes: add new button classes to remaining themes as well
[project/luci.git] / themes / openwrt.org-oxygen / htdocs / luci-static / openwrt.org-oxygen / cascade.css
index 2c4b6de..5d3abc5 100644 (file)
@@ -565,6 +565,34 @@ input.cbi-button-down {
        padding-right: 1px;
 }
 
+input.cbi-button-edit {
+       background-image: url('../resources/cbi/edit.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-reload {
+       background-image: url('../resources/cbi/reload.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-reset {
+       background-image: url('../resources/cbi/reset.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-remove {
+       background-image: url('../resources/cbi/remove.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }