HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //snap/gtk-common-themes/current/share/themes/Radiant-MATE/gtk-3.0/apps/calendar.css
/* 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;
}

/* Give pop-down lists the same selected bg colour as other menus. Fixes lp# 1558659 */
.calendar-list :hover {
    background-color: @selected_bg_color;
}