summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-09 16:07:18 +0100
committerraveit65 <[email protected]>2019-10-09 17:06:06 +0200
commitf9baea500e8d9374fd8c59edde151440b492cbfa (patch)
tree323ef2a6da8c52a2ece8bae98b929668e9aff169
parentf81b44a429419955d5947846779bec444f1221ec (diff)
downloadmate-themes-f9baea500e8d9374fd8c59edde151440b492cbfa.tar.bz2
mate-themes-f9baea500e8d9374fd8c59edde151440b492cbfa.tar.xz
Menta themes: fix atril text selection color if focus
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css6
2 files changed, 2 insertions, 10 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 49510a88..e176e6d2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -254,11 +254,7 @@ toolbar .separator {
}
/* eg. atril, evince */
-.content-view {
- transition: all 400ms ease-out;
-}
-
-.content-view:backdrop {
+.content-view:backdrop:not(:selected) {
background-color: shade(@backdrop_color, 1.00);
color: @theme_unfocused_fg_color;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index e989c9c7..fc5dfe47 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -254,11 +254,7 @@ toolbar .separator {
}
/* eg. atril, evince */
-.content-view {
- transition: all 400ms ease-out;
-}
-
-.content-view:backdrop {
+.content-view:backdrop:not(:selected) {
background-color: shade(@backdrop_color, 1.00);
color: @theme_unfocused_fg_color;
}