diff options
author | Steven Barth <steven@midlink.org> | 2008-08-16 15:37:28 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-16 15:37:28 +0000 |
commit | 09b829a9c795477a637b265ceeca2eacabca427b (patch) | |
tree | b902ed98b1aa724f19a12200ee256bcb8067728c /themes/openwrt-light | |
parent | 4ed96bb95efb4d7ada64e381407362e98271f06f (diff) |
UI Improvements
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r-- | themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 12 |
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 9a83623ba..119b86cd2 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; |