From 98d72baa347c26ebff9f24764564f836276638b1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 11 Nov 2010 14:29:59 +0000 Subject: [PATCH] themes/openwrt: add various CSS fixes --- .../htdocs/luci-static/openwrt.org/cascade.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index b0ae18bf6d..9c9c31e2e3 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 { -- 2.30.2