mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-22 08:25:46 +00:00
Remove drop shadows for tooltips in performance mode
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
.fancy-tooltip {
|
||||
-fx-opacity: 1;
|
||||
}
|
||||
|
||||
.root:performance .fancy-tooltip {
|
||||
-fx-effect: NONE;
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user