]> Pileus Git - ~andy/gtk/commitdiff
win32: Remove grippies on paned
authorAlexander Larsson <alexl@redhat.com>
Tue, 20 Mar 2012 11:58:21 +0000 (12:58 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 20 Mar 2012 11:58:21 +0000 (12:58 +0100)
Turns out win32 doesn't actually have these.

gtk/gtk-win32-base.css

index 341bbf3d0ff08d675711b291f4d2aa59a607e6e4..f6284569fbb4fb3675104e78022396f674f83c45 100644 (file)
@@ -823,22 +823,6 @@ GtkColorSwatch:prelight {
     color: shade (@bg_color, 0.6);
 }
 
-.pane-separator.horizontal {
-    background-image: -gtk-win32-theme-part(rebar, 1 1);
-
-    background-size: 6px 21px;
-    background-repeat: no-repeat;
-    background-position: center;
-}
-
-.pane-separator.vertical {
-    background-image: -gtk-win32-theme-part(rebar, 2 1);
-
-    background-size: 21px 6px;
-    background-repeat: no-repeat;
-    background-position: center;
-}
-
 GtkStatusbar > GtkFrame {
     border-width: 1px 1px 1px 1px;
     border-style: solid;