[gnome] Upgrade gjsosk

This commit is contained in:
2026-03-18 17:40:35 -04:00
parent e3037d237c
commit c67da4b75b
10 changed files with 799 additions and 224 deletions

View File

@ -28,7 +28,6 @@
box-sizing: border-box;
background-image: url(ui/icons/hicolor/scalable/actions/transparent.svg);
background-repeat: no-repeat;
background-position: center;
}
.dr-b {
@ -55,7 +54,6 @@
.down_btn,
.right_btn {
background-repeat: no-repeat;
background-position: center;
}
.close_btn.regular,
@ -158,6 +156,16 @@
background-image: url(ui/icons/hicolor/scalable/actions/alt-dark.svg);
}
.menu_btn.regular,
.menu_btn.selected.inverted {
background-image: url(ui/icons/hicolor/scalable/actions/menu.svg);
}
.menu_btn.inverted,
.menu_btn.selected.regular {
background-image: url(ui/icons/hicolor/scalable/actions/menu-dark.svg);
}
.space_btn.regular,
.space_btn.selected.inverted {
background-image: url(ui/icons/hicolor/scalable/actions/space.svg);