[gnome-calendar/gbsneto/gtk4: 34/34] css: Adjust line strength in views
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/gtk4: 34/34] css: Adjust line strength in views
- Date: Wed, 2 Feb 2022 01:47:52 +0000 (UTC)
commit 0ad8e717ad321cf006f575ec673dfbb046f0905c
Author: Sam Hewitt <sam snwh org>
Date: Thu Jan 27 16:52:49 2022 -0330
css: Adjust line strength in views
src/theme/Adwaita.css | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/src/theme/Adwaita.css b/src/theme/Adwaita.css
index 94bafc78..74c0ff1b 100644
--- a/src/theme/Adwaita.css
+++ b/src/theme/Adwaita.css
@@ -56,7 +56,7 @@ calendar-view:selected {
}
.year-navigator.lines {
- color: alpha(@theme_fg_color, 0.4);
+ color: alpha(@theme_fg_color, 0.15);
}
.year-navigator.days {
@@ -90,7 +90,7 @@ calendar-view:selected {
}
.year-navigator:hover {
- background-color: alpha(@theme_fg_color, 0.1);
+ background-color: alpha(@theme_fg_color, 0.15);
border-radius: 2px;
}
@@ -354,7 +354,7 @@ datechooser day:selected:hover {
label.month-name {
font-size: 16pt;
font-weight: bold;
- color: alpha(@theme_selected_bg_color, 0.75);
+ color: @theme_selected_bg_color;
padding: 12px;
}
@@ -379,11 +379,7 @@ label.month-name {
}
.week-header.lines {
- color: alpha(@theme_fg_color, 0.4);
-}
-
-.week-header .margin {
- color: alpha(@theme_fg_color, 0.6);
+ color: alpha(@window_fg_color, 0.15);
}
weekhourbar > label {
@@ -392,7 +388,7 @@ weekhourbar > label {
}
.week-view .lines {
- color: alpha(@window_fg_color, 0.30);
+ color: alpha(@window_fg_color, 0.15);
}
weekgrid > widget.now-strip {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]