Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 août 2022, 23:19:20
    Author     : MGT_DEV3
*/
 
.notification-dialog {
    -fx-border-color: rgba(31, 139, 123, 1);
}
 
.notification-dialog .image-view{
    -fx-graphic: url('../images/app_icon.png');
}
 
.notification-dialog .top-bar {
    -fx-background-color:  #5D5D0F;
}
 
.abstract-selection-list-table .banner,
.abstract-selection-item-table .banner {
    -fx-background-size: 0;
    -fx-background-color:  rgba(31, 139, 123, 1);
}
 
.save-btn {
    -fx-border-color: rgba(31, 139, 123, 1);
    -fx-border-width: 1;
    -fx-background-color: rgba(31, 139, 123, 1);
}