summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-16 15:37:28 +0000
committerSteven Barth <steven@midlink.org>2008-08-16 15:37:28 +0000
commit09b829a9c795477a637b265ceeca2eacabca427b (patch)
treeb902ed98b1aa724f19a12200ee256bcb8067728c /themes/openwrt.org
parent4ed96bb95efb4d7ada64e381407362e98271f06f (diff)
UI Improvements
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 22c9d1ff3..add60dfb1 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -276,6 +276,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;