X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtk-win32-base.css;h=0c86bbb058e25c819eb3e51accc67d1053f6f314;hb=HEAD;hp=0ce6379cd35fee58a88fd7817ffc383aefd15279;hpb=59dc05d0c57098a95146284df57c4f73069b8368;p=~andy%2Fgtk diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css index 0ce6379cd..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 lop; -} - .notebook > GtkScrolledWindow.frame { border-style: none; } @@ -622,7 +618,6 @@ GtkProgressBar.trough.vertical { /* Combobox */ - GtkComboBox.combobox-entry .button { background-color: transparent; border-width: 0; @@ -645,6 +640,13 @@ GtkComboBox.combobox-entry .button:insensitive { background-image: -gtk-win32-theme-part(combobox, 1 4); } +GtkComboBox .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + /* Notebook */ .notebook { @@ -778,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; } @@ -797,4 +803,34 @@ GtkAssistant .sidebar { border-image: none; border-width: 0 1px 0 0; border-style: solid; -} \ No newline at end of file +} + +GtkColorSwatch { + border-style: solid; + border-width: 1px; +} + +GtkColorSwatch:prelight { + border-color: shade (@bg_color, 0.2); +} + +.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); +} +*/