summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-02 13:55:46 +0200
committerraveit65 <[email protected]>2016-07-02 13:55:46 +0200
commit2fc3b262d0842545201a15ee4fc3340f1b3c6ab8 (patch)
tree0b638e786fe510d83e61196ca76042febcdcb911 /desktop-themes
parentb08345ef7139cebe7eaa22216fc52d34d2002d3b (diff)
downloadmate-themes-2fc3b262d0842545201a15ee4fc3340f1b3c6ab8.tar.bz2
mate-themes-2fc3b262d0842545201a15ee4fc3340f1b3c6ab8.tar.xz
GTK+-3.20 TOK themes: use same colors for text selection in atril if window isn't focused
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css6
2 files changed, 2 insertions, 10 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 0218a890..e3d8a0e9 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -387,16 +387,12 @@ EggToolbarEditor.vertical scrolledwindow {
}
/* broken text selection */
+.atril-window scrolledwindow.frame > widget:active,
.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;
-}
-
.lock-dialog {
border-radius: 4px;
border-style: solid;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 70a29c64..2bd5d790 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -386,16 +386,12 @@ EggToolbarEditor.vertical scrolledwindow {
}
/* broken text selection */
+.atril-window scrolledwindow.frame > widget:active,
.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;
-}
-
.lock-dialog {
border-radius: 4px;
border-style: solid;