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) --- themes/oxygen/htdocs/luci-static/oxygen/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/oxygen') 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; -- cgit v1.2.3