From b3d0580439b9a00c7eb918085de1694151066004 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 16:02:49 +0000
Subject: [PATCH] rename packages
---
fdx_convert/src/main/resources/styles/app-theme.css | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/fdx_convert/src/main/resources/styles/app-theme.css b/fdx_convert/src/main/resources/styles/app-theme.css
new file mode 100644
index 0000000..7dd9fe6
--- /dev/null
+++ b/fdx_convert/src/main/resources/styles/app-theme.css
@@ -0,0 +1,34 @@
+/*
+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);
+}
+
--
Gitblit v1.10.0