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

30 lines
507 B
SCSS
Raw Normal View History

2014-12-08 18:28:57 +00:00
/**********
! Calendar
***********/
@include exports("calendar") {
GtkCalendar {
padding: $spacing;
outline-offset: -1px;
2014-12-08 18:28:57 +00:00
&:inconsistent { color: mix($fg_color, $bg_color, 0.5); }
2014-12-08 18:28:57 +00:00
&.view, &.highlight, &.header, &.button {
&, &:hover, &:insensitive {
border: none;
background-color: transparent;
background-image: none;
}
2014-12-08 18:28:57 +00:00
}
&.highlight { color: $selected_bg_color; }
}
2014-12-19 21:41:02 +00:00
/* gnome-calendar */
.calendar-view {
background-color: $base_color;
color: $text_color;
}
2014-12-08 18:28:57 +00:00
}