From 3c888f8a9b71e7f3bca64c746a7fd7058e10911a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Mar 2017 18:54:36 +0100 Subject: Gtk+-3.20 Menta themes: some notebook improvements --- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 35 +++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Menta/gtk-3.0') diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index ddbf1314..ac2460eb 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1970,6 +1970,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) { border-radius: 4px 4px 0px 0px; } +window.background > box.vertical > notebook:not(.frame) > stack > box, +window.background.csd > box.vertical > notebook:not(.frame) > stack > box, +window.background.ssd > box.vertical > notebook:not(.frame) > stack > box, +window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box { + border-style: solid; + border-width: 0px 1px 1px 1px; + border-color: @borders; +} + +window.background > box.vertical > notebook:not(.frame) > header.top, +window.background.csd > box.vertical > notebook:not(.frame) > header.top, +window.background.ssd > box.vertical > notebook:not(.frame) > header.top, +window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top { + border-style: solid; + border-width: 1px 1px 0px 1px; + border-color: @borders; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: shade (@theme_bg_color, 1.1); border-radius: 0px; @@ -2076,7 +2094,6 @@ paned.horizontal notebook header.top { border-style: solid; border-color: @borders; border-width: 1px 1px 0px 1px; - box-shadow: none; } paned.horizontal notebook header.top tab { @@ -2088,6 +2105,18 @@ paned.horizontal notebook header.top tab { border-radius: 4px 4px 0px 0px; } +/* closable-page */ +paned.horizontal > notebook > header > tabs > tab > label { + min-height: 20px; +} + +paned.horizontal > notebook > stack > box { + background-color: shade (@theme_bg_color, 1.1); + border-style: solid; + border-color: @borders; + border-width: 0px 1px 1px 1px; +} + /* tabs ie. preferences windows */ /* horizontal tabs */ window.background > box.vertical > notebook > header.top tab, /* pavu-control */ @@ -2239,6 +2268,10 @@ notebook tab.reorderable-page:hover { border-style: none; } +notebook.frame > header.top > button.circular.flat.image-button.popup.toggle { + padding: 0px; +} + /* ie. caja properties-window notes tab */ dialog notebook.frame > stack > scrolledwindow.frame { border-style: none; -- cgit v1.2.1