From 332a0a4c83676221078cd0e4cc0a6866c07485e9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 26 Jul 2016 00:58:42 +0200 Subject: GTK+-3.20 Menta themes: fix tabs in mate-terminal --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 6 ++++-- desktop-themes/Menta/gtk-3.0/mate-applications.css | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index a975b2c4..d875b53a 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; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index a0ee6228..7ea51bfc 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -509,8 +509,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; -- cgit v1.2.1