[gnome-shell] Add back monitor OSD style that did not surive the sass rewrite
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Add back monitor OSD style that did not surive the sass rewrite
- Date: Sat, 21 Feb 2015 16:44:06 +0000 (UTC)
commit d6bb3de2fd19678f4aed978f9be5d967ac5718e0
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Feb 21 16:28:07 2015 +0100
Add back monitor OSD style that did not surive the sass rewrite
data/theme/gnome-shell-high-contrast.css | 7 ++++++-
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 7 ++++++-
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 8724a68..a3857a1 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -440,7 +440,12 @@ StScrollBar {
.osd-window {
text-align: center;
font-weight: bold;
- spacing: 1em; }
+ spacing: 1em;
+ margin: 32px;
+ min-width: 64px;
+ min-height: 64px; }
+ .osd-window .osd-monitor-label {
+ font-size: 3em; }
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 69dbdec..48183dc 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 69dbdecb38e5e60209bfa4181d1a585c67002438
+Subproject commit 48183dcf5a926e369235789981f85e206397413b
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index f70af47..1355d02 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -440,7 +440,12 @@ StScrollBar {
.osd-window {
text-align: center;
font-weight: bold;
- spacing: 1em; }
+ spacing: 1em;
+ margin: 32px;
+ min-width: 64px;
+ min-height: 64px; }
+ .osd-window .osd-monitor-label {
+ font-size: 3em; }
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]