From b0fc2d845a228dd1b9ea4ca62666cc2629238df5 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 15 Oct 2020 12:33:53 -0500 Subject: [PATCH] Gnome: Fix dark background in gnucash entries --- gtk-3.0/apps/_gnome.scss | 14 +++++++++++--- gtk-3.0/gtk-dark.css | 11 +++++++++-- gtk-3.0/gtk.css | 11 +++++++++-- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 15cf37a..01d0e17 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -190,7 +190,15 @@ /********* * Gnucash * *********/ -.GncMainWindow entry.register-foreground { - background: transparent; - border: none; + #gnc-id-main-window { + entry.gnc-class-register-foreground { + background: transparent; + border: none; + box-shadow: none; + } + .arrow.button.toggle { + transition: none; + box-shadow: none; + &:hover { border-color: $selected_bg_color; } + } } \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 1e30ab6..8c7933c 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5756,9 +5756,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled /********* * Gnucash * *********/ -.GncMainWindow entry.register-foreground { +#gnc-id-main-window entry.gnc-class-register-foreground { background: transparent; - border: none; } + border: none; + box-shadow: none; } + +#gnc-id-main-window .arrow.button.toggle { + transition: none; + box-shadow: none; } + #gnc-id-main-window .arrow.button.toggle:hover { + border-color: #F67E7D; } .xfce4-panel.panel { background-color: #101013; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index f2134e4..d073f1e 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5781,9 +5781,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled /********* * Gnucash * *********/ -.GncMainWindow entry.register-foreground { +#gnc-id-main-window entry.gnc-class-register-foreground { background: transparent; - border: none; } + border: none; + box-shadow: none; } + +#gnc-id-main-window .arrow.button.toggle { + transition: none; + box-shadow: none; } + #gnc-id-main-window .arrow.button.toggle:hover { + border-color: #F67E7D; } .xfce4-panel.panel { background-color: #101013;