mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Style fixes
This commit is contained in:
parent
32980ce351
commit
02b1d1325c
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
-fx-background-radius: 4 0 0 4;
|
||||
-fx-background-insets: 0 7 8 8, 1 8 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 {
|
||||
|
|
|
@ -97,11 +97,11 @@
|
|||
-fx-padding: 0.7em 1px 1em 1em;
|
||||
}
|
||||
|
||||
.root:windows .text {
|
||||
.root:windows * {
|
||||
-fx-font-smoothing-type: gray;
|
||||
}
|
||||
|
||||
.root:linux .text {
|
||||
.root:linux * {
|
||||
-fx-font-smoothing-type: lcd;
|
||||
}
|
||||
|
||||
|
@ -165,6 +165,6 @@
|
|||
-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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue