From c1cfb0e78d207d878054d8aedbbaf0572a980445 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/BlueMenta/gtk-3.0/gtk-widgets.css | 39 ++++++++++++++++++++++-- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 35 ++++++++++++++++++++- 2 files changed, 70 insertions(+), 4 deletions(-) diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 264cc528..d025d11e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1971,6 +1971,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; @@ -2077,7 +2095,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 { @@ -2089,6 +2106,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 */ @@ -2240,6 +2269,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; @@ -3629,8 +3662,8 @@ notebook toolbar.inline-toolbar.horizontal toolitem button.text-button { ***********/ treeview.view.sidebar, /*shotwell */ -.sidebar.view, -placessidebar.view, +.sidebar .view, +placessidebar .view, .sidebar { -gtk-icon-style: regular; background-color: @sidebar_bg; 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