Skip to content

Commit

Permalink
Fix dark text-entries in gnucash #78
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jul 6, 2020
1 parent 45b5760 commit 291114d
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 @@ -144,3 +144,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 @@ -5691,6 +5691,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
border: 0;
background-color: #434c5e; }

/*********
* Gnucash *
*********/
.GncMainWindow entry.register-foreground {
background: transparent;
border: none; }

/********
* Gala *
*******/
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 @@ -5691,6 +5691,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
border: 0;
background-color: #434c5e; }

/*********
* Gnucash *
*********/
.GncMainWindow entry.register-foreground {
background: transparent;
border: none; }

/********
* Gala *
*******/
Expand Down

0 comments on commit 291114d

Please sign in to comment.