From 195de46f57a0567eb10e6a0ab2e4865f30cab681 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 13 Aug 2016 18:34:12 +0200 Subject: GTK+-3.20 GreenLaguna: improvements for GtkNotebook --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 12 +++++------- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 1 - 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 0ae7e71e..ef842248 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -936,13 +936,11 @@ notebook.frame { padding: 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 { - border-color: @notebook_border; - border-style: none; - border-width: 0px; +/* 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) { border-radius: 3px; padding: 0px; } diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 5b5fc571..2154f06c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -285,7 +285,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