summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Abente Lahaye <martin@endlessm.com>2016-09-13 16:12:02 -0400
committerMartin Abente Lahaye <martin@endlessm.com>2016-09-13 16:12:02 -0400
commit0c7086b902f098f38e38b626ed1dff0a6b929503 (patch)
tree82dfe9998060184e055616acb7b7c0fc608d3dd0
parentdb8985bf0d86bb6525a46fb9dfd5521b6fe5bcfb (diff)
endless-search-box: fix selected text styling
GtkEntry now uses a "selection" subnode for styling text that is selected. Use this subnode instead. https://phabricator.endlessm.com/T12815
-rw-r--r--data/css/endless-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 3af50e8..40a3992 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -156,7 +156,7 @@ EosWindow .titlebar .endless-search-box image {
color: #919191;
}
-EosWindow .titlebar .endless-search-box:selected {
+EosWindow .titlebar .endless-search-box selection {
color: #2e3436;
background-color: #eeeeec;
}