themes/openwrt: layout tweaks
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index b0ae18b..76f7e0e 100644 (file)
@@ -23,6 +23,15 @@ body {
        padding: 0;
 }
 
+a img {
+       border: none;
+       text-decoration: none;
+}
+
+small {
+       white-space: nowrap;
+}
+
 ul.tabmenu {
        margin: 0;
        clear: both;
@@ -323,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 {