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-bno | |
parent | 8412034c3dfb337aa217f2223b5d70d0e7507c75 (diff) |
themes: implement new up and down button classes in remaining themes
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r-- | themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index e921e49e0..22ba89550 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -446,6 +446,18 @@ div.cbi-section-remove input { padding-right: 1px; } +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; |