Skip to content

Commit 712b5ca

Browse files
committed
Update the not_enabled css style to remove mouse hover/click color changes
1 parent 8a81bbd commit 712b5ca

File tree

1 file changed

+3
-0
lines changed
  • core/ui/src/main/resources/org/phoebus/ui/javafx

1 file changed

+3
-0
lines changed

core/ui/src/main/resources/org/phoebus/ui/javafx/csstudio.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
.not_enabled
1818
{
1919
-fx-opacity: 0.4;
20+
-fx-background-insets: 0;
21+
-fx-color: -fx-base;
22+
-fx-focus-color: -fx-base;
2023
}
2124

2225
/** Tracker */

0 commit comments

Comments
 (0)