Skip to content

Commit

Permalink
Fix #49
Browse files Browse the repository at this point in the history
Possibly fix a bad text color for selected element
  • Loading branch information
Elbullazul committed Jul 17, 2017
1 parent 5ba64e3 commit 9ac10d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ GtkComboBox.combobox-entry .button:insensitive {

.list-row:selected {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
/*color: @theme_selected_fg_color;*/
color: @theme_fg_color;
}

/*********
Expand All @@ -667,8 +668,6 @@ GtkComboBox.combobox-entry .button:insensitive {
box-shadow: none;
}



/*******************
* scrolled window *
*******************/
Expand Down

0 comments on commit 9ac10d5

Please sign in to comment.