From 3380f0c0836012453ec1e2624eb42a20c6857c2c Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 13 Jul 2020 12:08:12 -0500 Subject: [PATCH] Fix dark text-entries in gnucash #94 --- gtk-3.0/apps/_gnome.scss | 9 +++++++++ gtk-3.0/gtk-dark.css | 7 +++++++ gtk-3.0/gtk.css | 7 +++++++ 3 files changed, 23 insertions(+) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index e5de4edc..3b04089f 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -177,3 +177,12 @@ border: 0; background-color: $bg_color; } + + + /********* + * Gnucash * + *********/ +.GncMainWindow entry.register-foreground { + background: transparent; + border: none; +} \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 324a2a94..4224b98e 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5683,6 +5683,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled border: 0; background-color: #1A1E21; } +/********* + * Gnucash * + *********/ +.GncMainWindow entry.register-foreground { + background: transparent; + border: none; } + .xfce4-panel.panel { background-color: #1c2124; text-shadow: none; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 324a2a94..4224b98e 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5683,6 +5683,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled border: 0; background-color: #1A1E21; } +/********* + * Gnucash * + *********/ +.GncMainWindow entry.register-foreground { + background: transparent; + border: none; } + .xfce4-panel.panel { background-color: #1c2124; text-shadow: none;