Fix dark text-entries in gnucash #94

This commit is contained in:
EliverLara
2020-07-13 12:08:12 -05:00
parent 6941d011f7
commit 3380f0c083
3 changed files with 23 additions and 0 deletions

View File

@@ -177,3 +177,12 @@
border: 0;
background-color: $bg_color;
}
/*********
* Gnucash *
*********/
.GncMainWindow entry.register-foreground {
background: transparent;
border: none;
}

View File

@@ -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;

View File

@@ -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;