Fix preferences checkbox might not vertical aligned in some browsers

This commit is contained in:
Wu Cheng-Han 2016-12-04 01:30:20 +08:00
parent da46a3696b
commit 0ffdb44793

View file

@ -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;