Skip to content

Commit

Permalink
Merge pull request #37 from mkinitcpio/#35-Ugly_selected_text_highlight
Browse files Browse the repository at this point in the history
Fix text selection style
  • Loading branch information
Grabli66 authored Mar 14, 2018
2 parents acb2f62 + cd6b497 commit face4a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/TranslatorWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ public class TranslateWindow : Gtk.ApplicationWindow {
var style = @"
GtkTextView {
background-color: RGBA(255,0,0,0);
}
}
GtkTextView:selected {
background-color: #3689e6;
}
.dark-separator {
color: #888;
}
Expand Down

0 comments on commit face4a6

Please sign in to comment.