forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
454e7f3f21
commit
ecc5abfe3b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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; }
|
||||
}
|
||||
|
||||
/***********
|
||||
|
Loading…
Reference in New Issue
Block a user