diff options
author | raveit65 <[email protected]> | 2016-08-13 18:37:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-13 18:37:57 +0200 |
commit | 7929e91db7647c58dea8f28ba41af0ef5f801041 (patch) | |
tree | 5a2b4894b1eaa2ca264c4cced8a215c8eff2482f /desktop-themes/TraditionalOk | |
parent | 39515cf542423fcf04ee860a52e14abc863dead7 (diff) | |
download | mate-themes-7929e91db7647c58dea8f28ba41af0ef5f801041.tar.bz2 mate-themes-7929e91db7647c58dea8f28ba41af0ef5f801041.tar.xz |
GTK+-3.20 TOK themes: improvements for GtkNotebook
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 11 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 5fd6eebb..ca61a771 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; |