summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2016-09-08 17:29:26 +0200
committerFlorian Müllner <fmuellner@gnome.org>2016-09-08 18:03:13 +0200
commitb2190083c256564258fce97645ae6da72e9d0f7f (patch)
treec0b7be7c48b684697792328f52a6dc6f2febd97e
parent7ab2789464b2e917b56aec9df6b78975db1a8eb6 (diff)
downloadgnome-shell-sass-b2190083c256564258fce97645ae6da72e9d0f7f.tar.gz
altTab: Add CyclerHighlight style
We need an indication while cycling through windows, so add a nice big border. https://bugzilla.gnome.org/show_bug.cgi?id=771063
-rw-r--r--_common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/_common.scss b/_common.scss
index 75a539f..ebf3616 100644
--- a/_common.scss
+++ b/_common.scss
@@ -679,6 +679,9 @@ StScrollBar {
height: 96px;
}
+/* Window Cycler */
+.cycler-highlight { border: 5px solid $selected_bg_color; }
+
/* Workspace Switcher */
.workspace-switcher-group { padding: 12px; }