From 098d4cb353d8d04e38d0c32691ca3362875659d0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 5 Mar 2011 06:36:05 +0000 Subject: themes: add new image button CSS classes, patch by Kevin Locke (#207) --- .../htdocs/luci-static/openwrt.org-oxygen/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/openwrt.org-oxygen') 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 35f1924fb..710bf1863 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 @@ -465,6 +465,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; -- cgit v1.2.3