Skip to content

Commit

Permalink
Fixed selection
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyzohKey committed Feb 29, 2016
1 parent 45d8f5d commit f5479b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/themes/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ GtkScrolledWindow {
}

/** ENTRIES SELECTION COLOR **/
GtkSearchEntry :selected,
GtkSearchEntry:selected,
GtkEntry:selected {
background-color: @selected_text_color;
color: @selected_text_color;
color: @ui_text;
}

0 comments on commit f5479b9

Please sign in to comment.