themes/openwrt: add various CSS fixes
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 11 Nov 2010 14:29:59 +0000 (14:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 11 Nov 2010 14:29:59 +0000 (14:29 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index b0ae18bf6d9b1d1d198ce672dd5434212fb3e6c2..9c9c31e2e3d3c85a327c0c986bb3540ba22b9963 100644 (file)
@@ -23,6 +23,10 @@ body {
        padding: 0;
 }
 
        padding: 0;
 }
 
+a img {
+       border: none;
+}
+
 ul.tabmenu {
        margin: 0;
        clear: both;
 ul.tabmenu {
        margin: 0;
        clear: both;
@@ -323,13 +327,20 @@ ul.cbi-apply {
        font-size: 90%;
 }
 
        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;
 }
 
 input[type=submit],
 input[type=reset],
 input[type=image] {
        cursor: pointer;
 }
 
-
 select,
 input,
 textarea {
 select,
 input,
 textarea {