[gnome-shell] style week numbers
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] style week numbers
- Date: Wed, 13 Jan 2016 13:50:00 +0000 (UTC)
commit 450345b4d015f1de8d368f8504d5af71e0612890
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jan 13 14:49:23 2016 +0100
style week numbers
https://bugzilla.gnome.org/show_bug.cgi?id=683245
data/theme/gnome-shell-high-contrast.css | 11 +++++++++++
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 11 +++++++++++
3 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index b4141f2..1ed9a73 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -752,6 +752,17 @@ StScrollBar {
color: rgba(255, 255, 255, 0.15);
opacity: 0.5; }
+.calendar-week-number {
+ font-size: 70%;
+ font-weight: bold;
+ width: 2.8em;
+ height: 2em;
+ border-radius: 2px 1em 2px 2px;
+ padding: 0.9em 0 0;
+ margin: 3px;
+ background-color: rgba(255, 255, 255, 0.1);
+ color: #000; }
+
/* Message list */
.message-list {
width: 31.5em; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 63e059c..9195df2 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 63e059c9237a119bfe5bfef555060e6730263936
+Subproject commit 9195df2df751778b5ddea02c04f30fc1e4ffbe6e
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index c27df4a..7afda7c 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -752,6 +752,17 @@ StScrollBar {
color: rgba(238, 238, 236, 0.15);
opacity: 0.5; }
+.calendar-week-number {
+ font-size: 70%;
+ font-weight: bold;
+ width: 2.8em;
+ height: 2em;
+ border-radius: 2px 1em 2px 2px;
+ padding: 0.9em 0 0;
+ margin: 3px;
+ background-color: rgba(238, 238, 236, 0.1);
+ color: #393f3f; }
+
/* Message list */
.message-list {
width: 31.5em; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]