fix background/border on quick help dialog, closes #440

This commit is contained in:
zadam 2019-03-09 18:57:21 +01:00
parent a432ad7483
commit 37d2a7939c

View File

@ -910,4 +910,9 @@ a.external:after, a[href^="http://"]:after, a[href^="https://"]:after {
font-size: smaller;
content: "\2197";
vertical-align: top;
}
.card {
background-color: inherit !important;
border-color: var(--main-border-color) !important;
}