]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtk-win32-base.css
Add GtkSelectionWindow
[~andy/gtk] / gtk / gtk-win32-base.css
index bc0ea6e13c66122a5a65267dd99236b41562b629..0c86bbb058e25c819eb3e51accc67d1053f6f314 100644 (file)
@@ -77,10 +77,6 @@ GtkFrame {
     color: #fff;
 }
 
-.spinner:active {
-  transition: 750ms linear loop;
-}
-
 .notebook > GtkScrolledWindow.frame {
     border-style: none;
 }
@@ -821,4 +817,20 @@ GtkColorSwatch:prelight {
 .separator,
 .separator:prelight {
     color: shade (@bg_color, 0.6);
-}
\ No newline at end of file
+}
+
+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);
+}
+*/