mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
win32: Theme paned separators
This commit is contained in:
parent
0d307ab2fc
commit
30fb1e0256
@ -821,4 +821,13 @@ GtkColorSwatch:prelight {
|
|||||||
.separator,
|
.separator,
|
||||||
.separator:prelight {
|
.separator:prelight {
|
||||||
color: shade (@bg_color, 0.6);
|
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;
|
||||||
|
*/
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user