workspace-thumbnails: Add a subtle border to indicator
As windows' content tends to use mostly light colors/white, the thumbnail indicator is hard to spot for workspaces with maximized windows on it. To improve its visibility in these cases, add a subtle dark border in addition to the white outline.
This commit is contained in:
parent
34b12e6a6a
commit
1d7cef5bfe
@ -353,6 +353,7 @@ StTooltip StLabel {
|
|||||||
|
|
||||||
.workspace-thumbnail-indicator {
|
.workspace-thumbnail-indicator {
|
||||||
outline: 2px solid white;
|
outline: 2px solid white;
|
||||||
|
border: 1px solid #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-caption {
|
.window-caption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user