numix-gtk-theme/gtk-3.0/scss/_calendar.scss

25 lines
402 B
SCSS

@import "functions";
@import "global";
/**********
! Calendar
***********/
GtkCalendar {
padding: $spacing;
outline-offset: -1px;
&:inconsistent { color: mix($fg_color, $bg_color, 0.5); }
&.view, &.highlight, &.header, &.button {
&, &:hover, &:insensitive {
border: none;
background-color: transparent;
background-image: none;
}
}
&.highlight { color: $selected_bg_color; }
}