[gtk+] Adwaita, HighContrast: day names in GtkCalendar
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita, HighContrast: day names in GtkCalendar
- Date: Sat, 29 Aug 2015 07:14:42 +0000 (UTC)
commit ecc5abfe3b6dc8be9abbc9b9f9b985d19be20d29
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Aug 27 16:25:46 2015 +0200
Adwaita, HighContrast: day names in GtkCalendar
Ideally I'd like to mimic the treeview column-header style,
but font-weight: bold; doesn't seem to work. Making them plain
for now.
https://bugzilla.gnome.org/show_bug.cgi?id=753357
gtk/theme/Adwaita/_common.scss | 2 +-
gtk/theme/HighContrast/_common.scss | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 3af66ec..32c47e6 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2736,8 +2736,8 @@ GtkCalendar {
&:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
&.highlight, &.highlight:backdrop {
+ font-size: smaller;
color: $fg_color;
- background: $borders_color;
}
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index c5a6710..48e0bef 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -2045,8 +2045,8 @@ GtkCalendar {
}
}
- &:inconsistent, &:inconsistent:backdrop,
- &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
+ &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
+ &.highlight, &.highlight:backdrop { color: $fg_color; }
}
/***********
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]