X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtk-win32-base.css;h=0c86bbb058e25c819eb3e51accc67d1053f6f314;hb=7260e0570cc44dddd5dec88ff9a13a1824318f22;hp=1fda1a26d873536f21e3379b130c77136350d07a;hpb=30fb1e0256892886c22f7bfaebfa9a4ebc650473;p=~andy%2Fgtk diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css index 1fda1a26d..0c86bbb05 100644 --- a/gtk/gtk-win32-base.css +++ b/gtk/gtk-win32-base.css @@ -77,10 +77,6 @@ GtkFrame { color: #fff; } -.spinner:active { - transition: 750ms linear loop; -} - .notebook > GtkScrolledWindow.frame { border-style: none; } @@ -823,11 +819,18 @@ GtkColorSwatch:prelight { color: shade (@bg_color, 0.6); } -.pane-separator { - background-image: -gtk-win32-theme-part(rebar, 1 1); -/* Use this when background-position is supported - background-size: 20px 20px; - background-repeat: no-repeat; - background-position: center; +GtkStatusbar > GtkFrame { + border-width: 1px 1px 1px 1px; + border-style: solid; + border-image: -gtk-win32-theme-part(status, 0 0, margins (-1 0 0 0)) 2 1 1 1 stretch; + background-image: none; +} + +/* + This doesn't quite look right with no background (i.e. when not on a statusbar + +.grip { + background-color: transparent; + background-image: -gtk-win32-theme-part(status, 3 1); +} */ -} \ No newline at end of file