From bd645e99a679529d08ee45b9eec445a91ba5459b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 13 Aug 2016 18:31:01 +0200 Subject: GTK+-3.20 Menta themes: GtkNotebook improvements --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 11 +++++------ desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index cfc6ae50..d4c72eb4 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1952,13 +1952,12 @@ notebook.frame { border-radius: 4px 4px 0px 0px; } -window.background > box.vertical > notebook, /* pavu-control */ -window.background.csd > box.vertical > notebook, -window.background.ssd > box.vertical > notebook, -window.background.solid-csd > box.vertical > notebook { +/* pavu-control */ +window.background > box.vertical > notebook:not(.frame), +window.background.csd > box.vertical > notebook:not(.frame), +window.background.ssd > box.vertical > notebook:not(.frame), +window.background.solid-csd > box.vertical > notebook:not(.frame) { background-color: shade (@theme_bg_color, 1.1); - border-style: none; - border-width: 0px; border-radius: 4px 4px 0px 0px; } diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index a014b8fc..e452ce1f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -520,7 +520,6 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { * virt-manager * ****************/ -window.background > box.vertical > notebook, window.background > box.vertical > notebook overlay > scrolledwindow, window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-style: none; -- cgit v1.2.1