From a03c8983285636bcd489551752eb7ef8c985171e Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Thu, 17 Feb 2022 01:42:38 +0100 Subject: [PATCH] listview bug light theme --- .../gearth/ui/themes/G-Earth/styling.css | 24 +++++++++---------- .../gearth/ui/themes/Tanji/styling.css | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/G-Earth/src/main/resources/gearth/ui/themes/G-Earth/styling.css b/G-Earth/src/main/resources/gearth/ui/themes/G-Earth/styling.css index 16ec23b..a1f8f91 100644 --- a/G-Earth/src/main/resources/gearth/ui/themes/G-Earth/styling.css +++ b/G-Earth/src/main/resources/gearth/ui/themes/G-Earth/styling.css @@ -989,20 +989,20 @@ VBox > .split-menu-button.last > .arrow-button { -fx-text-fill: rgba(0, 0, 0, 0.8); } -.list-view { - -fx-border-color: #cccccc; - -fx-border-radius: 4; - -fx-background-color: #ffffff; - -fx-background-radius: 4; -} +/*.list-view {*/ +/* -fx-border-color: #cccccc;*/ +/* -fx-border-radius: 4;*/ +/* -fx-background-color: #ffffff;*/ +/* -fx-background-radius: 4;*/ +/*}*/ -.list-cell { - -fx-background-color: transparent; -} +/*.list-cell {*/ +/* -fx-background-color: transparent;*/ +/*}*/ -.list-cell:even { - -fx-background-color: rgba(140, 140, 140, 0.1); -} +/*.list-cell:even {*/ +/* -fx-background-color: rgba(140, 140, 140, 0.1);*/ +/*}*/ .scroll-pane { -fx-background-color: white; diff --git a/G-Earth/src/main/resources/gearth/ui/themes/Tanji/styling.css b/G-Earth/src/main/resources/gearth/ui/themes/Tanji/styling.css index b93c57d..c27f7d3 100644 --- a/G-Earth/src/main/resources/gearth/ui/themes/Tanji/styling.css +++ b/G-Earth/src/main/resources/gearth/ui/themes/Tanji/styling.css @@ -988,20 +988,20 @@ VBox > .split-menu-button.last > .arrow-button { -fx-text-fill: rgba(0, 0, 0, 0.8); } -.list-view { - -fx-border-color: #cccccc; - -fx-border-radius: 4; - -fx-background-color: #ffffff; - -fx-background-radius: 4; -} +/*.list-view {*/ +/* -fx-border-color: #cccccc;*/ +/* -fx-border-radius: 4;*/ +/* -fx-background-color: #ffffff;*/ +/* -fx-background-radius: 4;*/ +/*}*/ -.list-cell { - -fx-background-color: transparent; -} +/*.list-cell {*/ +/* -fx-background-color: transparent;*/ +/*}*/ -.list-cell:even { - -fx-background-color: rgba(140, 140, 140, 0.1); -} +/*.list-cell:even {*/ +/* -fx-background-color: rgba(140, 140, 140, 0.1);*/ +/*}*/ .scroll-pane { -fx-background-color: white;