Skip to content
Snippets Groups Projects
Commit d8f57490 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Improve notification pane style

parent b6ce7507
No related branches found
No related tags found
No related merge requests found
.notification-pane {
-fx-background-color: #282828;
-fx-background-color: rgb(29, 56, 87);
}
.notification-pane.top .notification-bar > .pane {
-fx-background-color: #282828;
-fx-background-color: rgb(29, 56, 87);
-fx-effect: none;
-fx-border-width: 0 0 2px 0;
-fx-border-color: rgb(85, 85, 85);
}
.notification-pane .notification-bar > .pane .label {
-fx-padding: 0 0 0 14px;
-fx-text-fill: #CCCCCC;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment