2024-07-23 16:13:02 +00:00
|
|
|
From 170ccbd3d237bf980f46ae87e3da8238df9f8a3c Mon Sep 17 00:00:00 2001
|
2024-04-16 18:51:39 +00:00
|
|
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
|
|
Date: Tue, 16 Apr 2024 20:49:40 +0200
|
|
|
|
Subject: [PATCH] data: Update generated stylesheets
|
|
|
|
|
|
|
|
---
|
2024-05-27 11:57:53 +00:00
|
|
|
data/theme/gnome-shell-dark.css | 3 +++
|
|
|
|
data/theme/gnome-shell-high-contrast.css | 3 +++
|
|
|
|
data/theme/gnome-shell-light.css | 3 +++
|
|
|
|
3 files changed, 9 insertions(+)
|
2024-04-16 18:51:39 +00:00
|
|
|
|
|
|
|
diff --git a/data/theme/gnome-shell-dark.css b/data/theme/gnome-shell-dark.css
|
2024-07-23 16:13:02 +00:00
|
|
|
index 339adf7e7b..5dd7d29a3a 100644
|
2024-04-16 18:51:39 +00:00
|
|
|
--- a/data/theme/gnome-shell-dark.css
|
|
|
|
+++ b/data/theme/gnome-shell-dark.css
|
2024-07-23 16:13:02 +00:00
|
|
|
@@ -1720,6 +1720,9 @@ StScrollBar {
|
2024-05-23 10:32:22 +00:00
|
|
|
min-width: 0.5455em;
|
|
|
|
min-height: 0.5455em;
|
|
|
|
background-color: #ffffff; }
|
|
|
|
+ #panel .panel-button#panelActivities .activities-logo {
|
|
|
|
+ icon-size: 1.36375em;
|
|
|
|
+ padding: 0 6px; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StBoxLayout, #panel .panel-button.screen-sharing-indicator StBoxLayout {
|
|
|
|
spacing: 0.409em; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StIcon, #panel .panel-button.screen-sharing-indicator StIcon {
|
2024-04-16 18:51:39 +00:00
|
|
|
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
|
2024-07-23 16:13:02 +00:00
|
|
|
index 4bb622aa26..8f94fa4101 100644
|
2024-04-16 18:51:39 +00:00
|
|
|
--- a/data/theme/gnome-shell-high-contrast.css
|
|
|
|
+++ b/data/theme/gnome-shell-high-contrast.css
|
2024-07-23 16:13:02 +00:00
|
|
|
@@ -1897,6 +1897,9 @@ StScrollBar {
|
2024-05-23 10:32:22 +00:00
|
|
|
min-width: 0.5455em;
|
|
|
|
min-height: 0.5455em;
|
|
|
|
background-color: #ffffff; }
|
|
|
|
+ #panel .panel-button#panelActivities .activities-logo {
|
|
|
|
+ icon-size: 1.36375em;
|
|
|
|
+ padding: 0 6px; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StBoxLayout, #panel .panel-button.screen-sharing-indicator StBoxLayout {
|
|
|
|
spacing: 0.409em; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StIcon, #panel .panel-button.screen-sharing-indicator StIcon {
|
2024-04-16 18:51:39 +00:00
|
|
|
diff --git a/data/theme/gnome-shell-light.css b/data/theme/gnome-shell-light.css
|
2024-07-23 16:13:02 +00:00
|
|
|
index 82a5b0bc18..128aa93dea 100644
|
2024-04-16 18:51:39 +00:00
|
|
|
--- a/data/theme/gnome-shell-light.css
|
|
|
|
+++ b/data/theme/gnome-shell-light.css
|
2024-07-23 16:13:02 +00:00
|
|
|
@@ -1720,6 +1720,9 @@ StScrollBar {
|
2024-05-23 10:32:22 +00:00
|
|
|
min-width: 0.5455em;
|
|
|
|
min-height: 0.5455em;
|
|
|
|
background-color: #282828; }
|
|
|
|
+ #panel .panel-button#panelActivities .activities-logo {
|
|
|
|
+ icon-size: 1.36375em;
|
|
|
|
+ padding: 0 6px; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StBoxLayout, #panel .panel-button.screen-sharing-indicator StBoxLayout {
|
|
|
|
spacing: 0.409em; }
|
|
|
|
#panel .panel-button.screen-recording-indicator StIcon, #panel .panel-button.screen-sharing-indicator StIcon {
|
2024-04-16 18:51:39 +00:00
|
|
|
--
|
2024-07-23 16:13:02 +00:00
|
|
|
2.45.2
|
2024-04-16 18:51:39 +00:00
|
|
|
|