From 65a5a70d04d24a275889e7f5c0d0f513220a6935 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 13 Aug 2016 18:37:57 +0200 Subject: GTK+-3.20 TOK themes: improvements for GtkNotebook --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 11 +++++------ desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 28c974a8..0957ed7b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1585,14 +1585,13 @@ notebook.frame { border-radius: 3px 3px 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: @notebook_bg_color; background-clip: border-box; - border-style: none; - border-width: 0px; border-radius: 3px 3px 0px 0px; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index 0b1fba07..31c6ee3d 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -82,7 +82,6 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport sc * 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