diff options
author | lukefromdc <[email protected]> | 2017-06-13 16:22:21 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-06-14 02:24:39 -0400 |
commit | e3ee7f005440c9b28eb48418a1f1fce83fb44154 (patch) | |
tree | db1b4f77f0348e913e3ed71c718acb7164178c24 /desktop-themes | |
parent | fc73a47e8b842d7eb2bf973f377e23a574303ec0 (diff) | |
download | mate-themes-e3ee7f005440c9b28eb48418a1f1fce83fb44154.tar.bz2 mate-themes-e3ee7f005440c9b28eb48418a1f1fce83fb44154.tar.xz |
BlackMATE: Match Google Chrome URL bar to rest of theme
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index e1d9a99e..f57e1b43 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -305,3 +305,13 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta background-color: shade(@less_dark_color, 2.4); } +/****************** + * Google Chrome * + *****************/ + +.chromium textview.view, +.chromium textview.view text { + background-color: shade(@theme_bg_color, 1.15); + color: @theme_selected_fg_color; +} + |