]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtk-win32-base.css
combobox: popdown the combobox when on 'grab-broken-event'
[~andy/gtk] / gtk / gtk-win32-base.css
index 1fda1a26d873536f21e3379b130c77136350d07a..0c86bbb058e25c819eb3e51accc67d1053f6f314 100644 (file)
@@ -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