[gnome-shell-sass] dateMenu: Add world clock section
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] dateMenu: Add world clock section
- Date: Fri, 20 Feb 2015 16:05:11 +0000 (UTC)
commit 3f8a86fc461e098a7d97cc601c72248645ef9190
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Feb 7 00:47:27 2015 +0100
dateMenu: Add world clock section
Rather than just offering to open Clocks when installed, pick up
configured locations and display their time directly in the popup.
https://bugzilla.gnome.org/show_bug.cgi?id=744817
_common.scss | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 7036a16..f72060e 100644
--- a/_common.scss
+++ b/_common.scss
@@ -703,6 +703,7 @@ StScrollBar {
.calendar,
.datemenu-today-button,
+ .datemenu-displays-box,
.message-list-sections {
margin: 0 1.5em;
}
@@ -713,6 +714,7 @@ StScrollBar {
}
.datemenu-today-button,
+ .world-clocks-button,
.message-list-section-title {
border-radius: 4px;
padding: .4em;
@@ -727,6 +729,7 @@ StScrollBar {
}
.datemenu-today-button,
+ .world-clocks-button,
.message-list-section-title {
&:hover,&:focus { background-color: lighten($bg_color,5%); }
&:active {
@@ -742,11 +745,16 @@ StScrollBar {
font-size: 1.5em;
}
+ .world-clocks-header,
.message-list-section-title {
color: darken($fg_color,40%);
font-weight: bold;
}
+ .world-clocks-grid {
+ spacing-rows: 0.4em;
+ }
+
.calendar-month-label {
color: darken($fg_color,5%);
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]