diff options
author | raveit65 <[email protected]> | 2017-04-23 21:17:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-23 21:20:12 +0200 |
commit | 94ce22642be2935aa4d5e81920a2a2d4dd6cb385 (patch) | |
tree | e6e93dae8e380eb6e38a974692d8bfe43f5da6d0 /desktop-themes/Blue-Submarine | |
parent | 4895cb42d9f1ae9d8d340307f0bf3df47d32b63a (diff) | |
download | mate-themes-94ce22642be2935aa4d5e81920a2a2d4dd6cb385.tar.bz2 mate-themes-94ce22642be2935aa4d5e81920a2a2d4dd6cb385.tar.xz |
Gtk+-3.20 most themes: fix bg color in list-view of caja inactive-pane
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk.css | 3 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css index 561742cc..2cccca0e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css @@ -277,6 +277,9 @@ @define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.55); @define-color overshoot_backdrop_bg_color #96C8FA; +/* 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/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 4e4a6861..26a74920 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-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; |