TESTING - Better Color for text box and selections boxes
This commit is contained in:
parent
43fa2be8b4
commit
ee426cf597
@ -1101,6 +1101,7 @@ input {
|
|||||||
color: #b39393;
|
color: #b39393;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0px 0px 1px 0px;
|
border-width: 0px 0px 1px 0px;
|
||||||
|
margin: 4px 4px 4px 0;
|
||||||
border-color: darkred;
|
border-color: darkred;
|
||||||
}
|
}
|
||||||
HTML.webkit input[type=file] { color: #FFF }
|
HTML.webkit input[type=file] { color: #FFF }
|
||||||
@ -1112,6 +1113,10 @@ input[type=text]:focus {
|
|||||||
background: #401212;
|
background: #401212;
|
||||||
color: #d8d1d1;
|
color: #d8d1d1;
|
||||||
}
|
}
|
||||||
|
input[type=button] {
|
||||||
|
background: #d8d1d1;
|
||||||
|
color: #401212;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Reference in New Issue
Block a user