From: Jo-Philipp Wich Date: Thu, 11 Nov 2010 14:29:59 +0000 (+0000) Subject: themes/openwrt: add various CSS fixes X-Git-Tag: 0.10.0~499 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=98d72baa347c26ebff9f24764564f836276638b1;p=project%2Fluci.git themes/openwrt: add various CSS fixes --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index b0ae18bf6..9c9c31e2e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -23,6 +23,10 @@ body { padding: 0; } +a img { + border: none; +} + ul.tabmenu { margin: 0; clear: both; @@ -323,13 +327,20 @@ ul.cbi-apply { font-size: 90%; } +input:-webkit-input-placeholder { + color: #AAAAAA; +} + +input:-moz-input-placeholder { + color: #AAAAAA; +} + input[type=submit], input[type=reset], input[type=image] { cursor: pointer; } - select, input, textarea {