Style fixes

This commit is contained in:
crschnick 2024-10-31 19:29:32 +00:00
parent 32980ce351
commit 02b1d1325c
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
-fx-background-radius: 4 0 0 4; -fx-background-radius: 4 0 0 4;
-fx-background-insets: 0 7 8 8, 1 8 9 9; -fx-background-insets: 0 7 8 8, 1 8 9 9;
-fx-padding: 1 0 9 9; -fx-padding: 1 0 9 9;
-fx-background-color: -color-border-default, -color-foreground-base; -fx-background-color: -color-border-default, -color-bg-default;
} }
.bookmarks-header { .bookmarks-header {

View file

@ -97,11 +97,11 @@
-fx-padding: 0.7em 1px 1em 1em; -fx-padding: 0.7em 1px 1em 1em;
} }
.root:windows .text { .root:windows * {
-fx-font-smoothing-type: gray; -fx-font-smoothing-type: gray;
} }
.root:linux .text { .root:linux * {
-fx-font-smoothing-type: lcd; -fx-font-smoothing-type: lcd;
} }
@ -165,6 +165,6 @@
-fx-fill: rgb(30, 180, 30, 0.7); -fx-fill: rgb(30, 180, 30, 0.7);
} }
.custom-text-field .font-icon, .custom-text-field .ikonli-font-icon { .custom-text-field .font-icon, .custom-text-field .ikonli-font-icon, .label .ikonli-font-icon {
-fx-icon-color: -color-fg-default; -fx-icon-color: -color-fg-default;
} }