diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-14 15:15:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-14 15:15:14 +0000 |
commit | cd4e008cc1536f77d3b879ff9e56b74ce70c828a (patch) | |
tree | e33c76c14800cee49df0d92c39129f7f150267ef /themes/freifunk-hannover | |
parent | 8412034c3dfb337aa217f2223b5d70d0e7507c75 (diff) |
themes: implement new up and down button classes in remaining themes
Diffstat (limited to 'themes/freifunk-hannover')
-rw-r--r-- | themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index 0f8921655..7f6067f28 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -611,6 +611,18 @@ div.cbi-section-remove input { border: 1px solid #fff;
}
+input.cbi-button-up {
+ background-image: url('../resources/cbi/up.gif');
+ padding-left: 11px;
+ padding-right: 1px;
+}
+
+input.cbi-button-down {
+ background-image: url('../resources/cbi/down.gif');
+ padding-left: 11px;
+ padding-right: 1px;
+}
+
.cbi-input-invalid {
background-image: url('../resources/cbi/reset.gif');
background-repeat: no-repeat;
|