themes/openwrt: add more button CSS classes
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index cbc62b18f6cece8a33d635c9a4e5c0d3c97e987a..059dfc924fce065774a995f55774cd9260f794cf 100644 (file)
@@ -527,6 +527,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;
+}
+
 .cbi-input-invalid {
        background-image: url('../resources/cbi/reset.gif');
        background-repeat: no-repeat;