diff options
author | raveit65 <[email protected]> | 2016-07-26 00:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-26 00:58:42 +0200 |
commit | 7f4f36ffa30903e0f0a2b23b1f404c3fd44f3d99 (patch) | |
tree | e1143749d39613b07d3194aefe978df3a8eb91e7 /desktop-themes/BlueMenta | |
parent | 259169592e24fb155c00a8e91b76fb778e7abed7 (diff) | |
download | mate-themes-7f4f36ffa30903e0f0a2b23b1f404c3fd44f3d99.tar.bz2 mate-themes-7f4f36ffa30903e0f0a2b23b1f404c3fd44f3d99.tar.xz |
GTK+-3.20 Menta themes: fix tabs in mate-terminal
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index ed6063a9..23084be1 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -517,8 +517,10 @@ na-tray-applet widget box widget { background-color: @theme_bg_color; } -.mate-terminal notebook header.top tab, -.mate-terminal notebook header.top tab:checked:hover { +/* override settings for pavu-control */ +window.background.mate-terminal > box.vertical > notebook > header.top tab, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover { border-radius: 4px 4px 0px 0px; padding: 2px 2px 2px 6px; margin: 0px 0px 0px -1px; |