Gnome-Shell: theme workspace switcher

This commit is contained in:
Daniel Ruiz de Alegría 2022-03-11 19:13:41 +01:00
parent 48c9290e05
commit 853250e121
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
3 changed files with 27 additions and 0 deletions

View File

@ -2810,6 +2810,14 @@ StScrollBar {
color: transparent;
transition-duration: 0s; }
/* Workspace Switcher */
.ws-switcher-indicator {
padding: 2px;
margin: 10px; }
.ws-switcher-indicator:active {
padding: 4px;
margin: 8px; }
/* Screenshot UI */
.screenshot-ui-shot-cast-container {
background-color: #383d4b; }

View File

@ -2806,6 +2806,14 @@ StScrollBar {
color: transparent;
transition-duration: 0s; }
/* Workspace Switcher */
.ws-switcher-indicator {
padding: 2px;
margin: 10px; }
.ws-switcher-indicator:active {
padding: 4px;
margin: 8px; }
/* Screenshot UI */
.screenshot-ui-shot-cast-container {
background-color: #383d4b; }

View File

@ -132,6 +132,17 @@ $dialog_box_shadow: 0 2px 8px 0 transparentize(black, .6);
}
}
/* Workspace Switcher */
.ws-switcher-indicator {
padding: 2px;
margin: 10px;
&:active {
padding: 4px;
margin: 8px;
}
}
/* Screenshot UI */
.screenshot-ui-shot-cast-container {
background-color: lighten($osd_bg_color, 4%);