diff options
author | raveit65 <[email protected]> | 2016-07-01 15:00:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-01 15:01:46 +0200 |
commit | df1c86322b7e3b547dc8d151f97a7bcfbf439f33 (patch) | |
tree | 8f41a636f6d5b303fa32971d2795c8985e70a444 /desktop-themes/GreenLaguna | |
parent | fa9fc8e80491598b013f38c619abccbb418c8305 (diff) | |
download | mate-themes-df1c86322b7e3b547dc8d151f97a7bcfbf439f33.tar.bz2 mate-themes-df1c86322b7e3b547dc8d151f97a7bcfbf439f33.tar.xz |
GTK+-3.20 most themes: fix text selection in atril
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css | 1 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css index 91ccb3fd..610922cd 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css @@ -98,6 +98,7 @@ @define-color focus_border shade(@bg_color, 0.7); @define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.015); +@define-color theme_unfocused_bg_color @theme_bg_color; @define-color app_notification_a white; @define-color app_notification_b shade(@theme_bg_color, 1.05); diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index b5d4c023..c7d5522e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -507,6 +507,21 @@ EggToolbarEditor.vertical scrolledwindow .frame { border-color: transparent; } +/********* + * Atril * + *********/ + +/* 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_unfocused_bg_color, 0.94); + color: @theme_fg_color; +} + /* Mate Font Viewer */ .font-viewer notebook.frame { |