From 1d7cef5bfeca90fc6734d8e2287be04cf772e376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 19 Feb 2011 01:56:23 +0100 Subject: [PATCH] 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. --- data/theme/gnome-shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index caaa5c425..81f3bd1ad 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -353,6 +353,7 @@ StTooltip StLabel { .workspace-thumbnail-indicator { outline: 2px solid white; + border: 1px solid #888; } .window-caption {