fx102: Fix linux styling. Closes #3052

This commit is contained in:
Adomas Venčkauskas 2023-03-29 15:58:08 +03:00
parent 4060acae41
commit 05e9523cba
4 changed files with 26 additions and 4 deletions

View file

@ -0,0 +1,5 @@
menupopup, panel {
--panel-padding-block: 0;
--panel-border-radius: 2px;
--panel-border-color: ActiveBorder;
}

View file

@ -0,0 +1,4 @@
.tag-selector-actions {
display: flex;
align-items: center;
}

View file

@ -0,0 +1,10 @@
tags-box, related-box {
color: Text;
background: Background;
}
#related-popup, #tags-popup {
--panel-color: Text;
--panel-background: transparent;
--panel-border-color: InactiveBorder
}