summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-05 06:36:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-05 06:36:05 +0000
commit098d4cb353d8d04e38d0c32691ca3362875659d0 (patch)
tree300ab354115494713b57616ac6b14c41589f0796 /themes/oxygen
parent1db9f295fa3e98a1f1472d2a8eda881333db5a43 (diff)
themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)
Diffstat (limited to 'themes/oxygen')
-rw-r--r--themes/oxygen/htdocs/luci-static/oxygen/cascade.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
index 61e4d4296..6235db734 100644
--- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
+++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
@@ -320,6 +320,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;