From 0f78063507315b6b957749a91b24832abb15da37 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Sat, 25 Mar 2017 02:24:30 +0100 Subject: Traditional themes: set more border colors in checked notebook tabs --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 ++++++++ desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 2 ++ 2 files changed, 10 insertions(+) (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 66b7420f..708b364e 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1815,6 +1815,8 @@ notebook header.top tab { notebook header.top tab:checked { border-top-color: @notebook_active_tab_border; + border-left-color: @notebook_active_tab_border; + border-right-color: @notebook_active_tab_border; border-width: 1px 1px 0px 1px; background-image: linear-gradient(to bottom, @notebook_active_tab_strip_gradient_b 1px, @@ -1834,6 +1836,8 @@ notebook header.right tab { notebook header.right tab:checked { border-width: 1px 1px 1px 0px; border-right-color: @notebook_active_tab_border; + border-top-color: @notebook_active_tab_border; + border-bottom-color: @notebook_active_tab_border; background-image: linear-gradient(to left, @notebook_active_tab_strip_gradient_b 1px, @notebook_active_tab_gradient_b 8px); @@ -1852,6 +1856,8 @@ notebook header.bottom tab { notebook header.bottom tab:checked { border-width: 0px 1px 1px 1px; border-bottom-color: @notebook_active_tab_border; + border-left-color: @notebook_active_tab_border; + border-right-color: @notebook_active_tab_border; background-image: linear-gradient(to top, @notebook_active_tab_strip_gradient_b 1px, @notebook_active_tab_gradient_b 8px); @@ -1870,6 +1876,8 @@ notebook header.left tab { notebook header.left tab:checked { border-width: 1px 0px 1px 1px; border-left-color: @notebook_active_tab_border; + border-top-color: @notebook_active_tab_border; + border-bottom-color: @notebook_active_tab_border; background-image: linear-gradient(to right, @notebook_active_tab_strip_gradient_b 1px, @notebook_active_tab_gradient_b 8px); diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 00f23031..6d2b62c8 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -535,6 +535,8 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check border-style: solid; border-color: @border_color; border-top-color: @notebook_active_tab_border; + border-left-color: @notebook_active_tab_border; + border-right-color: @notebook_active_tab_border; border-width: 1px; } -- cgit v1.2.1