workspace-indicator: Tweak preview style

Sync sizes and padding with the window-list previews.

Tone down the colors a bit, but less then the current window-list
style where workspaces blend too much into the background and
the selection is unclear.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/307>
This commit is contained in:
Florian Müllner
2024-02-22 04:45:23 +01:00
committed by Marge Bot
parent 32a454f917
commit af23a8491c

View File

@@ -10,24 +10,25 @@
}
.workspace-indicator .workspaces-box {
padding: 4px 0;
spacing: 4px;
padding: 5px;
spacing: 3px;
}
.workspace-indicator .workspace {
width: 40px;
border: 2px solid #000;
border-radius: 2px;
background-color: #595959;
width: 52px;
border: 2px solid transparent;
border-radius: 4px;
background-color: #3f3f3f;
}
.workspace-indicator .workspace.active {
border-color: #fff;
border-color: #9f9f9f;
}
.workspace-indicator-window-preview {
background-color: #bebebe;
border: 1px solid #828282;
border-radius: 1px;
}
.workspace-indicator-window-preview.active {