From 8e0fad22425c75baa6579eb10aacdbaef7f25938 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 1 Mar 2016 14:49:31 -0500 Subject: Fix notebook tabs broken by gtk change Notebook selected tab pseudoclass just changed from :active to :checked yesterday. --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 0c019b6d..b3adc49e 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -748,7 +748,7 @@ notebook tab { shade(@less_dark_color, 0.5)); } -notebook tab:active { +notebook tab:checked { background-image: linear-gradient(to bottom, shade(@less_dark_color, 0.75), shade(@less_dark_color, 0.86) 40%, @@ -771,7 +771,7 @@ notebook header.bottom tab label{ padding: 0px 8px 3px; } -notebook header.bottom tab:active { +notebook header.bottom tab:checked { padding: 0px 8px 3px; background-image: linear-gradient(to top, shade(@less_dark_color, 1.25), @@ -797,15 +797,15 @@ notebook header.right tab label{ border-width: 1px 1px 1px 0px; } -notebook header.left tab:active, -notebook header.right tab:active { +notebook header.left tab:checked, +notebook header.right tab:checked { background-image: none; background-color: @less_dark_color; } notebook tab button, notebook tab button:hover, -notebook tab button:hover:active { +notebook tab button:hover:checked { border-style: none; border-image: none; border-radius: 5px; -- cgit v1.2.1