git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
75f849c
)
themes/openwrt: implement CSS classes for up and down buttons
author
Jo-Philipp Wich
<redacted>
Tue, 14 Feb 2012 15:07:50 +0000
(15:07 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 14 Feb 2012 15:07:50 +0000
(15:07 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 90ee1ff9f023b19a5ec19f21ea4d2581cf6956b5..cbc62b18f6cece8a33d635c9a4e5c0d3c97e987a 100644
(file)
--- a/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-515,6
+515,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;
git clone https://git.99rst.org/PROJECT