[gtk+] win32 theme: Remove special case for notebooks



commit 39bfac0876125aee0ee6013513c36c80875e322f
Author: Benjamin Otte <otte gnome org>
Date:   Sat Feb 27 05:46:00 2016 +0100

    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 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css
index 014f9f6..ad2452d 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]