Merge pull request #1905 from thelounge/xpaw/mute-disabled-inputs

Mute disabled inputs
This commit is contained in:
Jérémie Astori 2017-12-28 15:21:05 -05:00 committed by GitHub
commit 7346866f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -775,6 +775,15 @@ kbd {
width: 100%;
}
.input:disabled {
background-color: #ddd;
}
.input:not(:disabled):hover,
.input:not(:disabled):focus {
border-color: #79838c;
}
#windows select.input {
height: 35px;
}
@ -783,11 +792,6 @@ kbd {
resize: vertical;
}
#windows .input:hover,
#windows .input:focus {
border-color: #79838c;
}
#windows .window {
background: #fff;
bottom: 0;