diff options
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 13 |
1 files changed, 12 insertions, 1 deletions
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 { |