by roundabout, Friday, 29 July 2016, 15:03:07 (1469804587), pushed by roundabout, Sunday, 11 May 2025, 13:21:57 (1746969717)
Author identity: nana-4 <hnmaigo@gmail.com>
1131fe35fcb09f010354f5f66f019c811d97f4d4
gtk-3.0/_common.scss
@@ -2628,19 +2628,18 @@ calendar {
}
&.header {
border: none;
border-bottom: 1px solid $borders_color;
border-style: none none solid;
border-radius: 0;
}
&.button { @extend %button_basic.flat; }
&:indeterminate { color: gtkalpha(currentColor, $disabled_opacity); }
&.highlight {
color: gtkalpha(currentColor, $hint_opacity);
font-weight: 500;
}
&:indeterminate { color: gtkalpha(currentColor, $disabled_opacity); }
}
gtk-3.0/gtk-dark.css
@@ -2184,14 +2184,13 @@ calendar {
calendar:selected {
border-radius: 3px; }
calendar.header {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-style: none none solid;
border-radius: 0; }
calendar:indeterminate {
color: alpha(currentColor, 0.4); }
calendar.highlight {
color: alpha(currentColor, 0.6);
font-weight: 500; }
calendar:indeterminate {
color: alpha(currentColor, 0.4); }
/***********
* Dialogs *
gtk-3.0/gtk.css
@@ -2184,14 +2184,13 @@ calendar {
calendar:selected {
border-radius: 3px; }
calendar.header {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-style: none none solid;
border-radius: 0; }
calendar:indeterminate {
color: alpha(currentColor, 0.4); }
calendar.highlight {
color: alpha(currentColor, 0.6);
font-weight: 500; }
calendar:indeterminate {
color: alpha(currentColor, 0.4); }
/***********
* Dialogs *