/*
|
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);
|
}
|