mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added assets for pane-handle
This commit is contained in:
@@ -120,3 +120,18 @@ GtkIconView.content-view.cell.check {
|
||||
GtkIconView.content-view.cell.check:active {
|
||||
background-image: url("assets/grid-selection-checked.svg");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-handle.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-handle-vertical.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user