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;