diff --git a/manage/manage.css b/manage/manage.css index fe66a882..8af5e82b 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -417,13 +417,6 @@ select { background-color: hsla(0, 0%, 50%, .2); } -#only-updates { - position: relative; - left: -5px; - margin-top: 2px; - margin-bottom: 2px; -} - .checkmate { position: relative; height: 12px; @@ -821,10 +814,21 @@ input[id^="manage.newUI"] { display: none !important; } -#filters label { +#filters > label { display: flex; align-items: center; - padding-left: 20px; + left: -9px; + padding: 2px 0 2px 24px; +} + +#filters > label input[type="checkbox"]:not(.slider), +#filters > label input[type="checkbox"]:not(.slider):checked + .svg-icon.checked { + top: 2px; + left: 8px; +} + +#filters > label:hover { + background-color: hsla(0, 0%, 50%, .4); } #filters {