Add support (beta) for gtk 3.20.

This commit is contained in:
Dustin Falgout
2016-04-08 23:30:09 -05:00
parent 20a91a61f9
commit 36ceea5cf9
46 changed files with 8562 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
/**********
! Calendar
***********/
@include exports("calendar") {
calendar {
padding: $spacing;
outline-offset: -1px;
&:indeterminate { color: mix($fg_color, $bg_color, .5); }
&.view, &.highlight, &.header, &.button {
&, &:focus, &:hover, &:disabled {
border: 0;
background-color: transparent;
background-image: none;
}
}
&.highlight { color: $selected_bg_color; }
}
/* gnome-calendar */
.calendar-view {
background-color: $base_color;
color: $text_color;
}
}