[gnome-shell] theme: Restore stuff that got accidentally lost
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Restore stuff that got accidentally lost
- Date: Tue, 3 Mar 2015 18:15:30 +0000 (UTC)
commit f1370ef578fedcba1de8efb0b7d3d75d0434f4e3
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Mar 3 19:13:16 2015 +0100
theme: Restore stuff that got accidentally lost
The last CSS changes where generated from a local out-of-sync
sass checkout. Bring it back by regenerating the CSS ...
data/theme/gnome-shell-high-contrast.css | 12 +++++++-----
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 12 +++++++-----
3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 526c6bf..b9698f4 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -721,7 +721,7 @@ StScrollBar {
/* Message list */
.message-list {
- width: 340px; }
+ width: 420px; }
.message-list-sections {
spacing: 1.5em; }
@@ -745,12 +745,15 @@ StScrollBar {
background-color: #999999; }
.message {
- background-color: #0d0d0d; }
+ background-color: #0d0d0d;
+ border-radius: 3px; }
.message:hover, .message:focus {
background-color: #262626; }
.message-icon-bin {
- padding: 5px; }
+ padding: 8px 0px 8px 8px; }
+ .message-icon-bin:rtl {
+ padding: 8px 8px 8px 0px; }
.message-icon-bin > StIcon {
icon-size: 48px; }
@@ -765,8 +768,7 @@ StScrollBar {
font-weight: bold; }
.message-content {
- padding: 5px;
- spacing: 5px; }
+ padding: 8px; }
.system-switch-user-submenu-icon {
icon-size: 24px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 099f3d3..0ad9776 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 099f3d31813ce1f30c30c14f168a8af2e6cd4904
+Subproject commit 0ad977685ea1856afc791e0a3f88ef2e09f1f91e
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index afb6487..032c362 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -721,7 +721,7 @@ StScrollBar {
/* Message list */
.message-list {
- width: 340px; }
+ width: 420px; }
.message-list-sections {
spacing: 1.5em; }
@@ -745,12 +745,15 @@ StScrollBar {
background-color: #8e8e80; }
.message {
- background-color: #454c4c; }
+ background-color: #454c4c;
+ border-radius: 3px; }
.message:hover, .message:focus {
background-color: #5d6767; }
.message-icon-bin {
- padding: 5px; }
+ padding: 8px 0px 8px 8px; }
+ .message-icon-bin:rtl {
+ padding: 8px 8px 8px 0px; }
.message-icon-bin > StIcon {
icon-size: 48px; }
@@ -765,8 +768,7 @@ StScrollBar {
font-weight: bold; }
.message-content {
- padding: 5px;
- spacing: 5px; }
+ padding: 8px; }
.system-switch-user-submenu-icon {
icon-size: 24px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]