diff options
author | raveit65 <[email protected]> | 2016-02-27 14:43:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-27 14:45:01 +0100 |
commit | 8ec6b22f2faaf9b2fec9261613bea61194af8746 (patch) | |
tree | da70cb377e31aaa1d31699b73200e42920604b6b /desktop-themes | |
parent | bc43dbf885af750a454dd6c2fa2eefcb499ea42e (diff) | |
download | mate-themes-8ec6b22f2faaf9b2fec9261613bea61194af8746.tar.bz2 mate-themes-8ec6b22f2faaf9b2fec9261613bea61194af8746.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 b4984f87..4a5ed9e9 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 */ |