Fix preferences checkbox might not vertical aligned in some browsers
This commit is contained in:
parent
da46a3696b
commit
0ffdb44793
1 changed files with 5 additions and 0 deletions
|
@ -426,6 +426,11 @@ div[contenteditable]:empty:not(:focus):before{
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.status-bar .status-indicators .status-preferences .dropdown-menu label > input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
margin: -3px 0 0;
|
||||
}
|
||||
|
||||
.ui-theme-toggle,
|
||||
.ui-spellcheck-toggle {
|
||||
opacity: 0.2;
|
||||
|
|
Loading…
Reference in a new issue