diff options
author | raveit65 <[email protected]> | 2016-07-02 13:55:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-02 13:57:24 +0200 |
commit | d972c92cf1d4feab0bef96c601f39c1f84f0b6a2 (patch) | |
tree | 5e3682905ce971f07976f7734f9f6884abf560c9 /desktop-themes/TraditionalOk | |
parent | 35ebed86f33cf241b418aeaaa24c930e3f245239 (diff) | |
download | mate-themes-d972c92cf1d4feab0bef96c601f39c1f84f0b6a2.tar.bz2 mate-themes-d972c92cf1d4feab0bef96c601f39c1f84f0b6a2.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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index f2dbab0c..a420bfc9 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; |