From 8514157d7704b1a09129b0467c8510116ff32971 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 15 Nov 2015 19:07:20 +0100 Subject: remove outdated dash-to-dock styling --- .../3.16/common-assets/dash/running1.svg | 142 ------------------ .../3.16/common-assets/dash/running2.svg | 149 ------------------- .../3.16/common-assets/dash/running3.svg | 156 -------------------- .../3.16/common-assets/dash/running4.svg | 163 --------------------- common/gnome-shell/3.16/gnome-shell-dark.css | 17 --- common/gnome-shell/3.16/gnome-shell.css | 17 --- common/gnome-shell/3.16/sass/_common.scss | 14 -- 7 files changed, 658 deletions(-) delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running1.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running2.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running3.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running4.svg (limited to 'common/gnome-shell/3.16') diff --git a/common/gnome-shell/3.16/common-assets/dash/running1.svg b/common/gnome-shell/3.16/common-assets/dash/running1.svg deleted file mode 100644 index 322dc8d..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running1.svg +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running2.svg b/common/gnome-shell/3.16/common-assets/dash/running2.svg deleted file mode 100644 index 731f8e0..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running2.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running3.svg b/common/gnome-shell/3.16/common-assets/dash/running3.svg deleted file mode 100644 index ca85562..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running3.svg +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running4.svg b/common/gnome-shell/3.16/common-assets/dash/running4.svg deleted file mode 100644 index 7393122..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running4.svg +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - 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); diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index eceec0a..848c521 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.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); diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index ef3d6dd..492dcfe 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1499,20 +1499,6 @@ 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 { -- cgit v1.2.3