From ebeeb0d2546de9f6b2576898fddb6cfae9677f93 Mon Sep 17 00:00:00 2001 From: mrnhmath Date: Sun, 28 May 2017 22:27:33 +0000 Subject: TOK/TG: Remove gradient from notebook header --- .../TraditionalOk/gtk-3.0/gtk-widgets.css | 25 ++++------------------ 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 537ed82a..b8a66b31 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1764,11 +1764,7 @@ notebook header.top { margin: -1px -1px 0px 0px; border-width: 0px 0px 1px 0px; border-radius: 3px 3px 0px 0px; - background-image: linear-gradient(to bottom, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 0px -1px 0 0 @border_color; } @@ -1790,33 +1786,21 @@ printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook > header.t notebook header.bottom { margin: 0px -1px -1px 0px; border-width: 1px 1px 0px 0px; - background-image: linear-gradient(to top, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 0px 1px 0 0 @border_color; } notebook header.left { margin: 0px 0px -1px -1px; border-width: 0px 1px 0px 0px; - background-image: linear-gradient(to right, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset -1px 0px 0 0 @border_color; } notebook header.right { margin: 0px -1px -1px 0px; border-width: 0px 0px 0px 1px; - background-image: linear-gradient(to left, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 1px 0px 0 0 @border_color; } @@ -4374,4 +4358,3 @@ printdialog.background paper { dialog.background dialog-vbox.vertical .vertical { background: transparent; } - -- cgit v1.2.1