From 07e697b1d843024fbffc2a7f4ef503002639f9cc 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/Blue-Submarine/gtk-3.0/gtk-widgets.css | 18 ++++++++++++++---- .../Blue-Submarine/gtk-3.0/other-applications.css | 11 +++++++++++ desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 18 ++++++++++++++---- .../Green-Submarine/gtk-3.0/other-applications.css | 11 +++++++++++ 4 files changed, 50 insertions(+), 8 deletions(-) diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 27b2863c..73b2fb0e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3351,10 +3351,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; @@ -3363,6 +3359,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; @@ -3549,6 +3555,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/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 28d1a89f..3678a359 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -625,3 +625,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; +} + 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