diff options
author | raveit65 <[email protected]> | 2017-04-23 21:17:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-23 21:18:42 +0200 |
commit | 6c01fc4449fd245d5c416de374668b5a035c2c9f (patch) | |
tree | 345c397ed6e4e7af4b4a20e9b8a0f1f1ceb40750 /desktop-themes/Green-Submarine | |
parent | 896980619f11fbf5375eb21c4cea583d5c8b83b0 (diff) | |
download | mate-themes-6c01fc4449fd245d5c416de374668b5a035c2c9f.tar.bz2 mate-themes-6c01fc4449fd245d5c416de374668b5a035c2c9f.tar.xz |
Gtk+-3.20 most themes: fix bg color in list-view of caja inactive-pane
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk.css | 3 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk.css index 0346099d..83c1f382 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk.css @@ -280,6 +280,9 @@ @define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.55); @define-color overshoot_backdrop_bg_color #C8FA96; +/* inactive-pane caja */ +@define-color inactive-pane_bg_color #E5E5E5; + @import url("gtk-widgets.css"); @import url("gtk-widgets-assets.css"); @import url("menu.css"); diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index b6a7958b..65a9dc72 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -15,6 +15,11 @@ padding: 0px; } +/* inactive-pane caja */ +.caja-notebook .view:disabled { + background-color: @inactive-pane_bg_color; +} + /* to avoid white pixels from base color */ .caja-notebook { background-color: @theme_bg_color; |