From 39bfac0876125aee0ee6013513c36c80875e322f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 27 Feb 2016 05:46:00 +0100 Subject: [PATCH] win32 theme: Remove special case for notebooks The special case is coded into Wine, but it makes notebooks disappear wrong. So remove it. --- gtk/theme/win32/gtk-win32-base.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css index 014f9f6215..ad2452dd7a 100644 --- a/gtk/theme/win32/gtk-win32-base.css +++ b/gtk/theme/win32/gtk-win32-base.css @@ -519,22 +519,6 @@ notebook > header > tabs > tab:only-child:checked { margin: -2px; } -notebook > header.top > tabs > tab:checked { - margin-bottom: -1px; -} - -notebook > header.right > tabs > tab:checked { - margin-left: -1px; -} - -notebook > header.bottom > tabs > tab:checked { - margin-top: -1px; -} - -notebook > header.left > tabs > tab:checked { - margin-right: -1px; -} - /* Scrollbars */ /* TODO: Win32 has different concept for upper and lower trough, we