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;
}
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 {