themes/openwrt: add various CSS fixes

This commit is contained in:
Jo-Philipp Wich 2010-11-11 14:29:59 +00:00
parent cd33db14ba
commit 98d72baa34

View file

@ -23,6 +23,10 @@ body {
padding: 0; padding: 0;
} }
a img {
border: none;
}
ul.tabmenu { ul.tabmenu {
margin: 0; margin: 0;
clear: both; 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=submit],
input[type=reset], input[type=reset],
input[type=image] { input[type=image] {
cursor: pointer; cursor: pointer;
} }
select, select,
input, input,
textarea { textarea {