summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-01 15:00:28 +0200
committerraveit65 <[email protected]>2016-07-01 15:02:11 +0200
commit9b6cd516e0ff7a62eafb6edcf6641df2cb9ddbc2 (patch)
tree90bb91f641017caf7b9ec8cd857a4dca21edfdb3 /desktop-themes/BlueMenta
parent83eceefc680ec1a4a78e16c48542840d9d6e3b82 (diff)
downloadmate-themes-9b6cd516e0ff7a62eafb6edcf6641df2cb9ddbc2.tar.bz2
mate-themes-9b6cd516e0ff7a62eafb6edcf6641df2cb9ddbc2.tar.xz
GTK+-3.20 most themes: fix text selection in atril
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index fbfe8be3..dde31ec8 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -642,6 +642,17 @@ na-tray-applet widget box widget {
padding: 6px;
}
+/* 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;
+}
+
/* atril and eom */
EggToolbarEditor.vertical scrolledwindow viewport.frame {
background-color: shade (@theme_base_color, 1.0);