You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
231 B
9 lines
231 B
8 years ago
|
/* Make the calendar focus ring appear around the selected day */
|
||
|
calendar-view {
|
||
|
outline-style: dashed;
|
||
|
outline-color: @selected_bg_color;
|
||
|
outline-width: 2px;
|
||
|
-gtk-outline-radius: 8px;
|
||
|
outline-offset: -4px;
|
||
|
}
|