From 1c27afbd4b21806a8fb8ac109e7438f6ff191ea8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 31 Mar 2016 22:07:41 +0200 Subject: Revert "remove outdated dash-to-dock styling" This reverts commit 8514157d7704b1a09129b0467c8510116ff32971. --- common/gnome-shell/3.16/sass/_common.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'common/gnome-shell/3.16/sass') diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 4216cce..77147ef 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1490,6 +1490,20 @@ StScrollBar { } } +#dashtodockContainer { + .app-well-app-running-dot { + background: none; + width: 28px; + height: 4px; + } + + @each $var in 1, 2, 3, 4 { + .running#{$var} .app-well-app-running-dot { + background-image: url("common-assets/dash/running#{$var}.svg"); + } + } +} + .show-apps { .overview-icon { -- cgit v1.2.3