]> 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 35d403ce7f6f3f8a02771ad7385218fed5955576..0c86bbb058e25c819eb3e51accc67d1053f6f314 100644 (file)
@@ -77,10 +77,6 @@ GtkFrame {
     color: #fff;
 }
 
-.spinner:active {
-  transition: 750ms linear loop;
-}
-
 .notebook > GtkScrolledWindow.frame {
     border-style: none;
 }
@@ -784,6 +780,10 @@ GtkSwitch.trough:active {
     color: -gtk-win32-color(button, 7);
 }
 
+.menubar .menuitem *:backdrop {
+    color: mix (-gtk-win32-color(button, 7), white, 0.5);
+}
+
 .menubar > .menuitem {
     padding: 3px 5px;
 }
@@ -812,4 +812,25 @@ GtkColorSwatch {
 
 GtkColorSwatch:prelight {
     border-color: shade (@bg_color, 0.2);
-}
\ No newline at end of file
+}
+
+.separator,
+.separator:prelight {
+    color: shade (@bg_color, 0.6);
+}
+
+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);
+}
+*/