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.
artwork/src/usr/share/themes/Box10/gtk-3.20/apps/calendar.css

9 lines
231 B

/* 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;
}