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/freifunk-hannover/htdocs | |
parent | 1db9f295fa3e98a1f1472d2a8eda881333db5a43 (diff) |
themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)
Diffstat (limited to 'themes/freifunk-hannover/htdocs')
-rw-r--r-- | themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index 6837713a4..b85c1638f 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -467,6 +467,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;
|