mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 17:10:27 +00:00
Improve font smoothing
This commit is contained in:
parent
af207615e6
commit
29de7cddd2
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
-fx-padding: 1.2em;
|
-fx-padding: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
-fx-font-smoothing-type: gray;
|
||||||
|
}
|
||||||
|
|
||||||
.radio-button {
|
.radio-button {
|
||||||
-fx-background-color:transparent;
|
-fx-background-color:transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue