diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-05 06:36:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-05 06:36:05 +0000 |
commit | 098d4cb353d8d04e38d0c32691ca3362875659d0 (patch) | |
tree | 300ab354115494713b57616ac6b14c41589f0796 /themes/oxygen | |
parent | 1db9f295fa3e98a1f1472d2a8eda881333db5a43 (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.css | 6 |
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; |