summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-21 08:37:11 +0200
committerraveit65 <[email protected]>2016-07-21 08:37:11 +0200
commitad475056140b5ea0d398c15445fa6dabe9419306 (patch)
tree787522c917196f33ddb09c4b0a8551c8b7193a72
parent230e6e308e5a9ac2c8c45c3b39fd0a30b52c4af5 (diff)
downloadmate-themes-ad475056140b5ea0d398c15445fa6dabe9419306.tar.bz2
mate-themes-ad475056140b5ea0d398c15445fa6dabe9419306.tar.xz
GTK+-3.18 BlackMate: fix text selection in nemo navigation window
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
index d1d3a227..c812554d 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
@@ -47,6 +47,11 @@ NemoView .view .entry:focus {
background-color: shade(@theme_selected_bg_color, 0.3);
}
+NemoView .view .entry:selected {
+ background-color: @selected_bg_color;
+ color: @selected_fg_color;
+}
+
/**** Window ***/
NemoWindow .view {