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/gnome-shell.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'common/gnome-shell/3.16/gnome-shell.css') diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index bee5896..f996c1d 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1172,6 +1172,23 @@ StScrollBar { margin-bottom: 6px; background-color: #5294E2; } +#dashtodockContainer .app-well-app-running-dot { + background: none; + width: 28px; + height: 4px; } + +#dashtodockContainer .running1 .app-well-app-running-dot { + background-image: url("common-assets/dash/running1.svg"); } + +#dashtodockContainer .running2 .app-well-app-running-dot { + background-image: url("common-assets/dash/running2.svg"); } + +#dashtodockContainer .running3 .app-well-app-running-dot { + background-image: url("common-assets/dash/running3.svg"); } + +#dashtodockContainer .running4 .app-well-app-running-dot { + background-image: url("common-assets/dash/running4.svg"); } + .show-apps .overview-icon { padding: 11px; background-color: rgba(0, 0, 0, 0.5); -- cgit v1.2.3