X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Fopenwrt%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;h=76f7e0efc921e788c56a742e9942d54545f6c618;hp=aaba385e5a5c128b2325da1ec3a8c697ba0378a8;hb=aa4e848841402844611b12002df04f8226b272fa;hpb=61d0b4e734017499288e19d2339c5a29c3927910 diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index aaba385e5..76f7e0efc 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -10,7 +10,6 @@ html { body { color: #ffffff; background-color: #4a6b7c; - background-image: url(bg.jpg); background-position: bottom center; background-repeat: repeat-x; font-family: Verdana, Arial, sans-serif; @@ -24,6 +23,15 @@ body { padding: 0; } +a img { + border: none; + text-decoration: none; +} + +small { + white-space: nowrap; +} + ul.tabmenu { margin: 0; clear: both; @@ -324,13 +332,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 {