summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org-oxygen
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-14 15:15:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-14 15:15:14 +0000
commitcd4e008cc1536f77d3b879ff9e56b74ce70c828a (patch)
treee33c76c14800cee49df0d92c39129f7f150267ef /themes/openwrt.org-oxygen
parent8412034c3dfb337aa217f2223b5d70d0e7507c75 (diff)
themes: implement new up and down button classes in remaining themes
Diffstat (limited to 'themes/openwrt.org-oxygen')
-rw-r--r--themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
index 277207b73e..2c4b6de774 100644
--- a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
+++ b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
@@ -553,6 +553,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;
+}
+
div.cbi-section-remove input {
border-bottom: none;
}