cinera.css: Fix menu bar padding

Workaround qutebrowser's (QtWebEngine) inability to handle a list of
selectors in the :not() selector
This commit is contained in:
Matt Mascarenhas 2021-01-25 18:52:38 +00:00
parent 3945ac883c
commit eccd02cc71
1 changed files with 2 additions and 1 deletions

View File

@ -455,7 +455,7 @@ ul.cineraNavPlain li.current > a {
text-decoration: none;
}
.cineraMenus > *:not(.views, .cineraHelp),
.cineraMenus > *:not(.views),
.cineraMenus > .menu > .refs .ref,
.cineraMenus > .menu > .view,
.cineraMenus > .menu > .views_container .view,
@ -489,6 +489,7 @@ ul.cineraNavPlain li.current > a {
animation-iteration-count: 1;
}
.cineraMenus > .cineraHelp,
.cineraHelp {
cursor: pointer;
border: 1px solid;