Gnome: Fix dark background in gnucash entries

This commit is contained in:
EliverLara
2020-10-15 12:33:53 -05:00
parent a181f9940b
commit b1713927af
3 changed files with 29 additions and 7 deletions

View File

@@ -189,7 +189,15 @@
/********* /*********
* Gnucash * * Gnucash *
*********/ *********/
.GncMainWindow entry.register-foreground { #gnc-id-main-window {
background: transparent; entry.gnc-class-register-foreground {
border: none; background: transparent;
border: none;
box-shadow: none;
}
.arrow.button.toggle {
transition: none;
box-shadow: none;
&:hover { border-color: $selected_bg_color; }
}
} }

View File

@@ -5721,9 +5721,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/********* /*********
* Gnucash * * Gnucash *
*********/ *********/
.GncMainWindow entry.register-foreground { #gnc-id-main-window entry.gnc-class-register-foreground {
background: transparent; 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 { .xfce4-panel.panel {
background-color: #222e39; background-color: #222e39;

View File

@@ -5746,9 +5746,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/********* /*********
* Gnucash * * Gnucash *
*********/ *********/
.GncMainWindow entry.register-foreground { #gnc-id-main-window entry.gnc-class-register-foreground {
background: transparent; 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 { .xfce4-panel.panel {
background-color: #222e39; background-color: #222e39;