by roundabout, Monday, 7 March 2016, 15:08:21 (1457363301), pushed by roundabout, Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
cf49f0883c7033eafa07e69fcae0417f689433ba
gtk-3.0/_common.scss
@@ -1850,7 +1850,7 @@ GtkCalendar {
&:insensitive { @include button(flat-insensitive); }
}
&:inconsistent { color: gtkalpha(currentColor, $hint_opacity); }
&:inconsistent { color: gtkalpha(currentColor, $disabled_opacity); }
&.highlight {
font-size: smaller;
color: gtkalpha(currentColor, $hint_opacity);
gtk-3.0/gtk-dark.css
@@ -1783,7 +1783,7 @@ GtkCalendar {
box-shadow: none;
background-color: transparent; }
GtkCalendar:inconsistent {
color: alpha(currentColor, 0.6); }
color: alpha(currentColor, 0.4); }
GtkCalendar.highlight {
font-size: smaller;
color: alpha(currentColor, 0.6); }
gtk-3.0/gtk.css
@@ -1783,7 +1783,7 @@ GtkCalendar {
box-shadow: none;
background-color: transparent; }
GtkCalendar:inconsistent {
color: alpha(currentColor, 0.6); }
color: alpha(currentColor, 0.4); }
GtkCalendar.highlight {
font-size: smaller;
color: alpha(currentColor, 0.6); }