From df1c86322b7e3b547dc8d151f97a7bcfbf439f33 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 1 Jul 2016 15:00:28 +0200 Subject: GTK+-3.20 most themes: fix text selection in atril --- desktop-themes/Blue-Submarine/gtk-3.0/gtk.css | 2 ++ desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 11 +++++++++++ 2 files changed, 13 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css index 73701f8c..3b1e1142 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css @@ -91,6 +91,8 @@ @define-color sidebar_selected_bg shade(@theme_selected_bg_color,1.00); @define-color sidebar_fg_color @theme_text_color; +@define-color theme_light_unfocused_bg_color @theme_bg_color; + @define-color button_base shade(@theme_bg_color, 1.15); @define-color button_gradient1 shade(@button_base, 0.98); @define-color button_gradient2 shade(@button_base, 0.95); diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 510be10a..825f5090 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -904,6 +904,17 @@ vte-terminal { border-style: none; } +/* broken text selection */ +.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_light_unfocused_bg_color, 0.94); + color: @theme_fg_color; +} + /* atril and eom */ EggToolbarEditor.vertical scrolledwindow { border-color: @notebook_border; -- cgit v1.2.1