Skip to content

Commit

Permalink
Fix dark text-entries in gnucash #94
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jul 13, 2020
1 parent 6941d01 commit 3380f0c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gtk-3.0/apps/_gnome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,12 @@
border: 0;
background-color: $bg_color;
}


/*********
* Gnucash *
*********/
.GncMainWindow entry.register-foreground {
background: transparent;
border: none;
}
7 changes: 7 additions & 0 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 7 additions & 0 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3380f0c

Please sign in to comment.