mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 21:27:18 +02:00
Fix checkboxes not aligning with label
This commit is contained in:
parent
83918c53b9
commit
92b91c9a38
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ input:disabled, textarea:disabled {
|
||||||
color: rgb(160, 160, 160);
|
color: rgb(160, 160, 160);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#properties-list input[type=checkbox] {
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
#properties-list input[type=button] {
|
#properties-list input[type=button] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: rgb(51, 102, 102);
|
background-color: rgb(51, 102, 102);
|
||||||
|
|
Loading…
Reference in a new issue