summaryrefslogtreecommitdiffstats
path: root/extensions/44/vertical-workspaces/stylesheet.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:51 +0000
commit38dd2e23d9e4d0c4e4ccae2e1f261dd19861c331 (patch)
treece0a90ded587c944b91104ca6aeaae96cfaa9f7b /extensions/44/vertical-workspaces/stylesheet.css
parentReleasing version 20230618. (diff)
downloadgnome-shell-extensions-extra-38dd2e23d9e4d0c4e4ccae2e1f261dd19861c331.tar.xz
gnome-shell-extensions-extra-38dd2e23d9e4d0c4e4ccae2e1f261dd19861c331.zip
Moving current extensions to subdirectory for GNOME 44 as GNOME Shell 45 is backwards incompatible (see Debian #1052112).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/44/vertical-workspaces/stylesheet.css')
-rw-r--r--extensions/44/vertical-workspaces/stylesheet.css224
1 files changed, 224 insertions, 0 deletions
diff --git a/extensions/44/vertical-workspaces/stylesheet.css b/extensions/44/vertical-workspaces/stylesheet.css
new file mode 100644
index 0000000..178cf1d
--- /dev/null
+++ b/extensions/44/vertical-workspaces/stylesheet.css
@@ -0,0 +1,224 @@
+/*
+* V-Shell (Vertical Workspaces)
+* stylesheet.css
+*/
+
+/* General dash */
+#dash.vertical {
+ margin-right: 0px;
+ margin-left: 0px;
+ padding: 0px 0;
+}
+
+#dash.vertical .app-well-app,
+#dash.vertical .show-apps {
+ padding-right: 8px;
+ padding-left: 8px;
+ /*spacing between icons*/
+ padding-top: 1px;
+ padding-bottom: 1px;
+ margin: 0px;
+}
+
+#dash.vertical .dash-separator {
+ height: 1px;
+ margin-right: 2px;
+ margin-left: 2px;
+ margin-top: 4px;
+ margin-bottom: 4px;
+ background-color: transparentize(#eeeeec, 0.7);
+}
+
+#dash.vertical .overview-icon {
+ padding: 5px 0;
+}
+
+#dash.vertical .app-well-app-running-dot {
+ margin: 4px 0px;
+ width: 2px;
+ height: 16px;
+}
+
+#dash.vertical .dash-background {
+ margin: 0;
+}
+
+#dash.vertical-left .dash-background {
+ border-radius: 0 18px 18px 0;
+ border-left: 0px;
+ padding: 8px 12px 8px 4px;
+}
+
+#dash.vertical-right .dash-background {
+ border-radius: 18px 0 0 18px;
+ border-right: 0px;
+ padding: 8px 4px 8px 12px;
+}
+
+/* default horizontal dash */
+.v-shell-dash-background {
+ padding: 6px;
+}
+
+.app-well-app {
+ margin-left: 1px;
+ margin-right: 1px;
+}
+
+.app-well-app-running-dot {
+ margin-bottom: 6px;
+ width: 16px;
+ height: 2px;
+}
+
+/* add shadow to the app grid app label to be readable if it overlaps light icon below */
+.overview-icon-with-label {
+ text-shadow: 1px 1px 3px rgba(33, 33, 33, 1);
+}
+
+/*adjustment for the vertical ws switcher indicator popup*/
+.ws-switcher-indicator {
+ padding: 3px;
+ margin: 5px;
+}
+
+.ws-switcher-indicator:active {
+ padding: 5px;
+ margin: 3px;
+}
+
+/*ws thumbnails captions*/
+.ws-tmb-label {
+ padding: 2px;
+ color: rgb(255, 255, 255);
+ background-color: rgba(10,10,10,0.8);
+ text-align: center;
+}
+
+.workspace-thumbnail-indicator {
+ border-radius: 6px;
+}
+
+.ws-tmb-labeled {
+ border: 0px;
+}
+
+/*app grid page indicatos*/
+.page-indicator-icon {
+ margin: 10px 10px 10px 10px;
+}
+
+.page-indicator {
+ padding: 0px;
+}
+
+/* GS 43 App Grid - indicators that show up when dragging icon */
+.prevPageIndicator {
+ background: rgba(255, 255, 255, 0.1);
+ background-gradient-start: rgba(255, 255, 255, 0.1);
+ background-gradient-end: transparent;
+ background-gradient-direction: vertical;
+ border-radius: 100px 100px 0px 0px;
+}
+.nextPageIndicator {
+ background: rgba(255, 255, 255, 0.1);
+ background-gradient-start: transparent;
+ background-gradient-end: rgba(255, 255, 255, 0.1);
+ background-gradient-direction: vertical;
+ border-radius: 0px 0px 100px 100px;
+
+}
+
+.search-entry, .search-entry-om2 {
+ padding: 5px;
+}
+
+.search-entry-om2 {
+ border: 5px;
+}
+
+.search-section-content {
+ background-color: rgba(20, 20, 20, 0.8);
+ color: white;
+}
+
+/* for static ws mode */
+.search-section-content-om2 {
+ background-color: rgba(20, 20, 20, 0.95);
+ color: white;
+ border-radius: 20px;
+ border: 1px, rgb(40, 40, 40);
+ padding-top: 12px;
+}
+
+/* "no results" / "searching..." text*/
+.search-statustext {
+ background-color: rgba(23,23,23, 0.95);
+ color: white;
+ margin-top: 50px;
+ padding: 30px;
+ border-radius: 20px;
+ text-shadow: 0px 0px 5px rgb(23, 23, 23);
+}
+
+.transparent-panel {
+ background-color: transparent;
+}
+
+/*reduce spacing between app icons in search results*/
+.grid-search-results {
+ spacing: 2px;
+}
+
+.panel {
+ text-shadow: 1px 1px 3px rgba(33, 33, 33, 1);
+}
+
+/* hide vertical scroll bar, it's distracting in the search results */
+StButton#vhandle {
+ background-color: transparent;
+}
+
+.show-apps-icon-horizontal-hide {
+ width: 0;
+ margin: 0;
+ spacing: 0;
+}
+
+.show-apps-icon-vertical-hide {
+ height: 0;
+ margin: 0;
+ spacing: 0;
+}
+
+.workspace-close-button {
+ color: white;
+ background-color: dimgrey;
+ width: 18px;
+ height: 18px;
+ padding: 2px;
+ margin: 2px;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
+ border: 0px;
+ border-radius: 35px;
+}
+
+.workspace-close-button-hover {
+ background-color: rgb(255, 0, 0);
+}
+
+/* ws tmb placeholder */
+.placeholder-vertical {
+ background-size: contain;
+ height: 18px;
+}
+
+/* reduce size of hot corner ripples to half */
+.ripple-box {
+ width: 26px;
+ height: 26px;
+}
+
+.osd-window {
+ margin: 4em;
+}