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:
Florian Müllner 2011-02-19 01:56:23 +01:00
parent 34b12e6a6a
commit 1d7cef5bfe

View File

@ -353,6 +353,7 @@ StTooltip StLabel {
.workspace-thumbnail-indicator {
outline: 2px solid white;
border: 1px solid #888;
}
.window-caption {