fx102: Fix linux styling. Closes #3052
This commit is contained in:
parent
4060acae41
commit
05e9523cba
4 changed files with 26 additions and 4 deletions
5
scss/linux/_menupopup.scss
Normal file
5
scss/linux/_menupopup.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
menupopup, panel {
|
||||
--panel-padding-block: 0;
|
||||
--panel-border-radius: 2px;
|
||||
--panel-border-color: ActiveBorder;
|
||||
}
|
4
scss/linux/_tagSelector.scss
Normal file
4
scss/linux/_tagSelector.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.tag-selector-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
10
scss/linux/elements/_noteEditor.scss
Normal file
10
scss/linux/elements/_noteEditor.scss
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue