diff options
author | raveit65 <[email protected]> | 2016-07-02 13:55:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-02 13:55:46 +0200 |
commit | 2fc3b262d0842545201a15ee4fc3340f1b3c6ab8 (patch) | |
tree | 0b638e786fe510d83e61196ca76042febcdcb911 /desktop-themes/TraditionalGreen | |
parent | b08345ef7139cebe7eaa22216fc52d34d2002d3b (diff) | |
download | mate-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/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 6 |
1 files changed, 1 insertions, 5 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; |