mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Remove drop shadows for tooltips in performance mode
This commit is contained in:
parent
10ae05f887
commit
e7c7886cba
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
.fancy-tooltip {
|
||||
-fx-opacity: 1;
|
||||
}
|
||||
|
||||
.root:performance .fancy-tooltip {
|
||||
-fx-effect: NONE;
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 0;
|
||||
}
|
Loading…
Reference in a new issue