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:00:28 +0200
commit3e19fe20ffb3d164a825fe0505e133e188150409 (patch)
tree3fcaf5032aa8c8b51ed1cf0e440158779d87b964 /desktop-themes/BlueMenta
parent2f5ee325dd5cde43d36b6c91abeac8498388dec9 (diff)
downloadmate-themes-3e19fe20ffb3d164a825fe0505e133e188150409.tar.bz2
mate-themes-3e19fe20ffb3d164a825fe0505e133e188150409.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 67157fcc..953bf85c 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);