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