TESTING - Better Color for text box and selections boxes
This commit is contained in:
parent
3137cc0464
commit
0ff6c48ea9
@ -1104,12 +1104,12 @@ input {
|
|||||||
margin: 4px 4px 4px 0;
|
margin: 4px 4px 4px 0;
|
||||||
border-color: darkred;
|
border-color: darkred;
|
||||||
}
|
}
|
||||||
HTML.webkit input[type=file] { color: #FFF }
|
{ color: #FFF }
|
||||||
input[type=text]:focus,input[type=password]:focus {
|
input[type=text]:focus,input[type=password]:focus {
|
||||||
background: #401212;
|
background: #401212;
|
||||||
color: #d8d1d1;
|
color: #d8d1d1;
|
||||||
}
|
}
|
||||||
input[type=button],input[type=submit],input[type=checkbox] {
|
input[type=button],input[type=submit],HTML.webkit input[type=file] {
|
||||||
background: darkred;
|
background: darkred;
|
||||||
color: #b39393;
|
color: #b39393;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user