From cd4e008cc1536f77d3b879ff9e56b74ce70c828a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 14 Feb 2012 15:15:14 +0000 Subject: themes: implement new up and down button classes in remaining themes --- themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'themes/fledermaus') diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 7fbb3c851..a5785545a 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -357,6 +357,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; -- cgit v1.2.3