diff options
author | raveit65 <[email protected]> | 2016-02-27 14:43:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-27 14:43:42 +0100 |
commit | 6072958ce016ca256b93a55b2633ffeece2590eb (patch) | |
tree | e4a8ba470f22ff961837ffd27f8443cef000a889 /desktop-themes | |
parent | 4364d623cac0b4e56d067f46211a403705d5c8fc (diff) | |
download | mate-themes-6072958ce016ca256b93a55b2633ffeece2590eb.tar.bz2 mate-themes-6072958ce016ca256b93a55b2633ffeece2590eb.tar.xz |
GTK+-3.20 Blue-Submarine: a small panel adjustment
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 d5044bf2..3c6b0549 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -299,7 +299,7 @@ .mate-panel-menu-bar menubar, .mate-panel-menu-bar menuitem, #PanelApplet button, -PanelToplevel.background.horizontal { +PanelToplevel.background { background-color: transparent; background-image: none; border-color: transparent; @@ -310,7 +310,7 @@ PanelToplevel.background.horizontal { /* let's started */ /* the panel bar itself */ .mate-panel-menu-bar, -PanelToplevel.background.horizontal { +PanelToplevel.background { background-color: @theme_bg_dark_color; background-image: none; /* normal panel */ |