add grey backgroudn to disabled inputs
This commit is contained in:
parent
d0482e867f
commit
68146260ed
@ -30,12 +30,20 @@ input:focus {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:disabled {
|
||||||
|
background-color: #606060;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
border: solid white 1px;
|
border: solid white 1px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select:disabled {
|
||||||
|
background-color: #606060;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user