mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Adjust colors for disabled input elements
This commit is contained in:
parent
3c5f11e6ed
commit
ecc003c5e1
1 changed files with 10 additions and 0 deletions
|
@ -189,6 +189,11 @@ input, textarea {
|
|||
font-size: 7.5pt;
|
||||
}
|
||||
|
||||
input:disabled, textarea:disabled {
|
||||
background-color: rgb(102, 102, 102);
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
#properties-list input[type=button] {
|
||||
cursor: pointer;
|
||||
background-color: rgb(51, 102, 102);
|
||||
|
@ -199,6 +204,11 @@ input, textarea {
|
|||
color: rgb(204, 204, 204);
|
||||
}
|
||||
|
||||
#properties-list input[type=button]:disabled {
|
||||
background-color: rgb(41, 82, 82);
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
#properties-list .property {
|
||||
padding: 6pt 6pt;
|
||||
border-top: 0.75pt solid rgb(63, 63, 63);
|
||||
|
|
Loading…
Reference in a new issue