From b1713927af299c49d8539c3fe30bab14e4cd37d2 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 7b817ad..eebecd3 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -189,7 +189,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 8164b79..099e7d8 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5721,9 +5721,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: #222e39; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index a13d3eb..7bf68e9 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5746,9 +5746,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: #222e39;