From 9b3a3c43d468e5ae75a8633278e6fa2bf11970b4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 13 Mar 2016 13:53:53 +0100 Subject: GTK+-3.20 Menta themes: adjust notebook borders --- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 36 ++++++++++++++++++---------- 1 file changed, 24 insertions(+), 12 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index d6aac272..8548800e 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2326,10 +2326,14 @@ notebook, .notebook { padding: 0; background-clip: border-box; + border-style: none; + background-color: shade (@theme_bg_color, 1.1); +} + +notebook.frame { border-style: solid; border-color: @borders; - border-width: 0px; - background-color: shade (@theme_bg_color, 1.1); + border-width: 1px; border-radius: 4px 4px 0px 0px; } @@ -2400,25 +2404,33 @@ notebook header tab label { font-weight: normal; } -/* view, header and tabs in caja and pluma view */ -paned.horizontal notebook scrolledwindow.frame { - border-width: 0px 1px 1px 1px; +/* notebooks, view, header and tabs in caja and pluma view */ +paned.horizontal notebook { + border-style: solid; + border-color: @borders; + border-width: 1px; + border-radius: 4px 4px 0px 0px; } paned.horizontal notebook header.top { - border-width: 1px 1px 0px 1px; - border-radius: 0px; - box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4); + border-radius: 4px 4px 0px 0px; border-style: solid; border-color: @borders; + border-width: 0px 0px 1px 0px; + box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4); } -paned.horizontal notebook header tab { - padding: 4px; - margin: 0px -1px 0px -1px; +paned.horizontal notebook scrolledwindow.frame { + border-width: 0px; +} + +paned.horizontal notebook header.top tab { + padding: 2px 4px; + margin: 0px 0px 0px -1px; border-style: solid; border-width: 0px 1px 0px 1px; - border-color: transparent; + border-color: @borders; + border-radius: 4px 4px 0px 0px; } /* tabs ie. preferences windows */ -- cgit v1.2.1