From d972c92cf1d4feab0bef96c601f39c1f84f0b6a2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 2 Jul 2016 13:55:46 +0200 Subject: GTK+-3.20 TOK themes: use same colors for text selection in atril if window isn't focused --- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index f2dbab0c..a420bfc9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -386,16 +386,12 @@ EggToolbarEditor.vertical scrolledwindow { } /* broken text selection */ +.atril-window scrolledwindow.frame > widget:active, .atril-window scrolledwindow.frame > widget:selected { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; } -.atril-window scrolledwindow.frame > widget:active { - background-color: shade(@theme_unfocused_bg_color, 0.94); - color: @theme_fg_color; -} - .lock-dialog { border-radius: 4px; border-style: solid; -- cgit v1.2.1