Make ws-switcher look like Activities button

This commit is contained in:
Vladyslav Hroshev
2023-12-16 18:08:19 +02:00
parent da440e7a19
commit 9591a2cbbc
+9
View File
@@ -42,6 +42,15 @@
/* ctrl + alt + arr_left/arr_right */
.ws-switcher-indicator {
background-color: TEXT-SECONDARY-COLOR;
border-radius: 99px;
padding: 2.5px;
margin: 7.5px 5px;
}
.ws-switcher-indicator:active {
background-color: TEXT-PRIMARY-COLOR;
padding: 5px 20px;
margin: 5px;
}