aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/gnome-shell.css
diff options
context:
space:
mode:
authorHorst31802016-03-31 22:07:41 +0200
committerHorst31802016-03-31 22:07:41 +0200
commit1c27afbd4b21806a8fb8ac109e7438f6ff191ea8 (patch)
tree1b2c48166595e5fe2bd5875291bb0e1567f76dfe /common/gnome-shell/3.18/gnome-shell.css
parentc561afa73c345022dc23bbbb2b8707d705043fa2 (diff)
downloadsolarc-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.18/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index a5dfa2e..8669f76 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -1247,6 +1247,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);