Mute disabled inputs
This commit is contained in:
parent
322987a204
commit
069cb6192f
@ -775,6 +775,15 @@ kbd {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input:disabled {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input:not(:disabled):hover,
|
||||||
|
.input:not(:disabled):focus {
|
||||||
|
border-color: #79838c;
|
||||||
|
}
|
||||||
|
|
||||||
#windows select.input {
|
#windows select.input {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
@ -783,11 +792,6 @@ kbd {
|
|||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
#windows .input:hover,
|
|
||||||
#windows .input:focus {
|
|
||||||
border-color: #79838c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#windows .window {
|
#windows .window {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user