Skip to content

Commit 2a0ab56

Browse files
committed
Minor adjustments for the NonaCept Theme
1 parent 96a7ba2 commit 2a0ab56

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/main/resources/com/nonacept/javafx/styles/nonacept.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ THE SOFTWARE.
3434
.inactive-header-bar{
3535
-fx-background-color: linear-gradient(to bottom right, #9180aa, #e4d3f6);
3636
}
37+
38+
.active-header-bar .close-button{
39+
-fx-background-color: rgba(255, 200, 200, 0.9);
40+
}
41+
42+
.active-header-bar .close-button:focused{
43+
-fx-background-color: rgba(255, 68, 68, 0.7);
44+
-fx-effect: dropshadow(gaussian, -fx-focus-color, 6, 0, 0, 0);
45+
}
46+
47+
.active-header-bar .close-button:hover{
48+
-fx-background-color: #ff4444;
49+
}
50+
51+
.active-header-bar .close-button:pressed{
52+
-fx-background-color: #cc2222;
53+
}

0 commit comments

Comments
 (0)