mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
win32: Theme paned separator
This commit is contained in:
parent
d43632fbdc
commit
51e0d80ad8
@ -823,14 +823,20 @@ GtkColorSwatch:prelight {
|
||||
color: shade (@bg_color, 0.6);
|
||||
}
|
||||
|
||||
.pane-separator {
|
||||
.pane-separator.horizontal {
|
||||
background-image: -gtk-win32-theme-part(rebar, 1 1);
|
||||
|
||||
/* Use this when background-position is supported
|
||||
background-size: 20px 20px;
|
||||
background-size: 6px 21px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: -gtk-win32-theme-part(rebar, 2 1);
|
||||
|
||||
background-size: 21px 6px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
*/
|
||||
}
|
||||
|
||||
GtkStatusbar > GtkFrame {
|
||||
|
Loading…
Reference in New Issue
Block a user