From 1b5ce83e0ab47693dd1a05a42ac53fd23dd6b874 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 12 Jul 2016 19:22:40 +0200 Subject: GTK+-3.20 TOK themes: style pavu-control --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css | 8 ++++---- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 ++++ .../TraditionalOk/gtk-3.0/mate-applications.css | 10 ++++++++++ .../TraditionalOk/gtk-3.0/other-applications.css | 15 +++++++++++++++ 4 files changed, 33 insertions(+), 4 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css index 8802d8b0..39005e00 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css @@ -381,15 +381,15 @@ paned.vertical > separator { entry, combobox entry, combobox entry button, -button:active, +button:checked, trough, trough highlight, switch, /* generic button borders */ button, -button.flat:active, +button.flat:checked, button.flat:hover, -.menu-button:active, +.menu-button:checked, .titlebar button.titlebutton:hover, toolbar.primary-toolbar button:checked, .titlebar button.titlebutton:hover, @@ -644,7 +644,7 @@ list row button:hover { /* focused element borders */ entry:focus, combobox entry:focus, -button.flat:focus:active, +button.flat:focus:checked, button:focus:active, button.default:active, /* focused button borders */ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index d5795059..72ba70cb 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1559,6 +1559,10 @@ notebook { background-clip: border-box; } +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: @notebook_bg_color; background-clip: border-box; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index bb36b54f..5bafe394 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -454,3 +454,13 @@ MsdOsdWindow.background.osd .progressbar { background-color: @osd_scale_trough_bg_color; } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index 55891dd9..904c5fbe 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -63,3 +63,18 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta border-width: 1px 0px 1px 1px; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook scrolledwindow viewport, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport, +window.background > box.vertical > notebook scrolledwindow viewport scale, +window.background.csd > box.vertical > notebook scrolledwindow viewport scale, +window.background.ssd > box.vertical > notebook scrolledwindow viewport scale, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport scale { + background-color: shade (@theme_bg_color, 1.03); +} + -- cgit v1.2.1