diff options
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell-dark.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell-dark.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index 2f25bc3..20c42c4 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.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); |