diff options
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 { |