[gnome-shell/wip/fmuellner/notification-redux+sass: 78/207] theme: avoid hardcoded color
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 78/207] theme: avoid hardcoded color
- Date: Tue, 17 Feb 2015 17:00:34 +0000 (UTC)
commit d33fabc0537121ba9779f35b23a98d2f42a838c7
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 9 16:47:08 2015 +0100
theme: avoid hardcoded color
- calendar day with events (for classic)
data/theme/_common.scss | 2 +-
data/theme/gnome-shell-high-contrast.css | 2 +-
data/theme/gnome-shell.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 0a44708..db1579e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -779,7 +779,7 @@ StScrollBar {
border: 1px solid transparentize($borders_color,0.5);
}
.calendar-day-with-events {
- color: white;
+ color: darken($fg_color,5%);
font-weight: bold;
}
.calendar-other-month-day {
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index a89cc92..ad849e6 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -666,7 +666,7 @@ StScrollBar {
border: 1px solid rgba(0, 0, 0, 0.5); }
.calendar-day-with-events {
- color: white;
+ color: #f2f2f2;
font-weight: bold; }
.calendar-other-month-day {
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 91390dc..00ebd06 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -666,7 +666,7 @@ StScrollBar {
border: 1px solid rgba(28, 31, 31, 0.5); }
.calendar-day-with-events {
- color: white;
+ color: #e2e2df;
font-weight: bold; }
.calendar-other-month-day {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]