diff options
author | lukefromdc <[email protected]> | 2017-06-14 13:18:41 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-06-14 13:18:41 -0400 |
commit | 4729d00175ff94f04806058e7800cfe74c4aae7d (patch) | |
tree | 37b26fcfe1e016eba05ebe596aafe70281bfcc42 /desktop-themes | |
parent | e3ee7f005440c9b28eb48418a1f1fce83fb44154 (diff) | |
download | mate-themes-4729d00175ff94f04806058e7800cfe74c4aae7d.tar.bz2 mate-themes-4729d00175ff94f04806058e7800cfe74c4aae7d.tar.xz |
BlackMATE: Google Chrome-restore background color behind tabs
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 4 |
1 files changed, 4 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 f57e1b43..f77727dd 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -315,3 +315,7 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta color: @theme_selected_fg_color; } +.chromium menubar:not(:backdrop) { + background-color: #000000; +} + |