diff options
author | Horst3180 | 2016-03-31 22:07:41 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-31 22:07:41 +0200 |
commit | 1c27afbd4b21806a8fb8ac109e7438f6ff191ea8 (patch) | |
tree | 1b2c48166595e5fe2bd5875291bb0e1567f76dfe /common/gnome-shell/3.16/sass | |
parent | c561afa73c345022dc23bbbb2b8707d705043fa2 (diff) | |
download | solarc-theme-1c27afbd4b21806a8fb8ac109e7438f6ff191ea8.tar.gz solarc-theme-1c27afbd4b21806a8fb8ac109e7438f6ff191ea8.tar.xz solarc-theme-1c27afbd4b21806a8fb8ac109e7438f6ff191ea8.zip |
Revert "remove outdated dash-to-dock styling"
This reverts commit 8514157d7704b1a09129b0467c8510116ff32971.
Diffstat (limited to 'common/gnome-shell/3.16/sass')
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |