win32: Theme paned separators

This commit is contained in:
Alexander Larsson 2012-03-16 14:31:32 +01:00
parent 0d307ab2fc
commit 30fb1e0256

View File

@ -821,4 +821,13 @@ GtkColorSwatch:prelight {
.separator,
.separator: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;
*/
}