From ccfb8070e28396280d60cf37111ea11e1596f9e7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 22 Jul 2016 16:00:55 +0200 Subject: GTK+-3.20 Submarine themes: remove notebook border color for pavu-control This has a negative effect for other apps like virt-manager --- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 18 ++++++++++++++---- .../Green-Submarine/gtk-3.0/other-applications.css | 11 +++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 2e8520b5..2c9afec1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3354,10 +3354,6 @@ notebook { border-style: none; } -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, notebook.frame { background-color: shade (@theme_bg_color, 1.1); border-style: solid; @@ -3366,6 +3362,16 @@ 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 { + background-color: shade (@theme_bg_color, 1.1); + border-style: none; + border-width: 0px; + border-radius: 4px 4px 0px 0px; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: shade (@theme_bg_color, 1.1); border-radius: 0px 0px 4px 4px; @@ -3553,6 +3559,10 @@ window.background > box.vertical > notebook > header.top tab:checked, /* pavu-co window.background.csd > box.vertical > notebook > header.top tab:checked, window.background.ssd > box.vertical > notebook > header.top tab:checked, window.background.solid-csd > box.vertical > notebook > header.top tab:checked, +window.background > box.vertical > notebook > header.top tab:checked:hover, +window.background.csd > box.vertical > notebook > header.top tab:checked:hover, +window.background.ssd > box.vertical > notebook > header.top tab:checked:hover, +window.background.solid-csd > box.vertical > notebook > header.top tab:checked:hover, dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked, dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked, dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked, diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index a1fb1d95..689c5a7f 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -618,3 +618,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { background-color: shade (@theme_bg_color, 1.15); } +/**************** + * 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; + border-width: 0px; +} + -- cgit v1.2.1