[gnome-shell-extensions/wip/jimmac/duller-classic-mode] Classic: try styling the workspace switcher applet
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/wip/jimmac/duller-classic-mode] Classic: try styling the workspace switcher applet
- Date: Thu, 4 Jul 2019 17:06:27 +0000 (UTC)
commit 23b36dd7e0ce5f1d9068fa53dc87161a79d27783
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jul 4 18:59:49 2019 +0200
Classic: try styling the workspace switcher applet
- and fail
data/gnome-classic.scss | 1 +
extensions/workspace-indicator/stylesheet.css | 20 +++++++-------------
2 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
index 13c1738..42609f3 100644
--- a/data/gnome-classic.scss
+++ b/data/gnome-classic.scss
@@ -91,3 +91,4 @@ $variant: 'light';
background-image: url("calendar-today.svg");
}
+
diff --git a/extensions/workspace-indicator/stylesheet.css b/extensions/workspace-indicator/stylesheet.css
index 8c101e7..8dd7397 100644
--- a/extensions/workspace-indicator/stylesheet.css
+++ b/extensions/workspace-indicator/stylesheet.css
@@ -1,23 +1,22 @@
.panel-workspace-indicator {
padding: 0 8px;
- border: 1px solid #cccccc;
+ border-width: 1px;
+ border-style: solid;
}
.panel-workspace-indicator-box {
padding: 2px 0;
}
-.panel-workspace-indicator-box .workspace {
- border: 1px solid #cccccc;
- width: 48px;
-}
-
.panel-workspace-indicator,
.panel-workspace-indicator-box .workspace.active {
- background-color: rgba(200, 200, 200, .5);
+ background-color: rgba(0, 0, 0, .9);
+ border-color: #3584e4;
}
.panel-workspace-indicator-box .workspace {
+ border: 1px solid #cccccc;
+ width: 48px;
background-color: rgba(200, 200, 200, .3);
border-left-width: 0;
}
@@ -26,12 +25,7 @@
border-left-width: 1px;
}
-.workspace-indicator-window-preview {
- background-color: #252525;
- border: 1px solid #ccc;
-}
-
.workspace-indicator-window-preview {
background-color: #353535;
- border: 2px solid #ccc;
+ border: 2px solid red; /* I can't get this to do anything! :/ */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]