summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index 9a83623ba9..119b86cd28 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -268,6 +268,18 @@ input.cbi-input-key {
padding-left: 17px;
}
+input.cbi-input-find {
+ background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+}
+
+input.cbi-input-reload {
+ background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+}
+
input.cbi-input-add,
input.cbi-button-add {
background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;