diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-11 14:29:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-11 14:29:59 +0000 |
commit | 98d72baa347c26ebff9f24764564f836276638b1 (patch) | |
tree | 061a545dfe9542db9943af3ba6257f71384b343b /themes | |
parent | cd33db14ba1664f5cd257eed9545f81b6b2d58df (diff) |
themes/openwrt: add various CSS fixes
Diffstat (limited to 'themes')
-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 { |