mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +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;
|
||||
}
|
||||
|
||||
.text {
|
||||
-fx-font-smoothing-type: gray;
|
||||
}
|
||||
|
||||
.radio-button {
|
||||
-fx-background-color:transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue