themes/openwrt: add various CSS fixes
This commit is contained in:
parent
cd33db14ba
commit
98d72baa34
1 changed files with 12 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue