0ef28d2d16
Resolves: RHEL-38642
57 lines
2.5 KiB
Diff
57 lines
2.5 KiB
Diff
From 9d63a3910637dacf412e0418bea3baf1b90e96a6 Mon Sep 17 00:00:00 2001
|
|
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
|
|
|
|
---
|
|
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(+)
|
|
|
|
diff --git a/data/theme/gnome-shell-dark.css b/data/theme/gnome-shell-dark.css
|
|
index e57c4394ec..ebf3a58d31 100644
|
|
--- a/data/theme/gnome-shell-dark.css
|
|
+++ b/data/theme/gnome-shell-dark.css
|
|
@@ -1686,6 +1686,9 @@ StScrollBar {
|
|
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 {
|
|
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
|
|
index 32b18d5629..165cd2438e 100644
|
|
--- a/data/theme/gnome-shell-high-contrast.css
|
|
+++ b/data/theme/gnome-shell-high-contrast.css
|
|
@@ -1863,6 +1863,9 @@ StScrollBar {
|
|
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 {
|
|
diff --git a/data/theme/gnome-shell-light.css b/data/theme/gnome-shell-light.css
|
|
index db4169399a..234f109a74 100644
|
|
--- a/data/theme/gnome-shell-light.css
|
|
+++ b/data/theme/gnome-shell-light.css
|
|
@@ -1686,6 +1686,9 @@ StScrollBar {
|
|
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 {
|
|
--
|
|
2.44.0
|
|
|