diff options
author | Horst3180 | 2015-11-15 19:07:20 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-15 19:07:20 +0100 |
commit | 8514157d7704b1a09129b0467c8510116ff32971 (patch) | |
tree | 9b96e8a43a1e8df0fdd6fd13002f2279904fbc3b /common/gnome-shell/3.16/gnome-shell-dark.css | |
parent | 0c75a014a5d3cc60d9efe5165059573c0acfc3a1 (diff) | |
download | solarc-theme-8514157d7704b1a09129b0467c8510116ff32971.tar.gz solarc-theme-8514157d7704b1a09129b0467c8510116ff32971.tar.xz solarc-theme-8514157d7704b1a09129b0467c8510116ff32971.zip |
remove outdated dash-to-dock styling
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, 0 insertions, 17 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index cfacf0d..e466afa 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -1191,23 +1191,6 @@ 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); |