Path: blob/master/webroot/rsrc/css/phui/calendar/phui-calendar.css
12241 views
/**1* @provides phui-calendar-css2*/34.phui-calendar-list {5/* When hovering over a day, this allows the hover color to peek through6the event name, but for event names to mostly remain readable. */78}910.application-search-view div.phui-calendar-box {11border-left: 1px solid {$thinblueborder};12border-right: 1px solid {$thinblueborder};13border-bottom: 1px solid {$lightblueborder};14border-radius: 0;15}1617.phui-calendar-list a {18color: {$greytext};19}2021.phui-calendar-list .event-cancelled .phui-calendar-list-title {22text-decoration: line-through;23}2425.phui-calendar-viewer-invited a {26color: {$green};27}2829.phui-calendar-red a {30color: {$red};31}3233.phui-calendar-orange a {34color: {$orange};35}3637.phui-calendar-yellow a {38color: {$yellow};39}4041.phui-calendar-green a {42color: {$green}43}4445.phui-calendar-blue a {46color: {$blue};47}4849.phui-calendar-sky a {50color: {$sky};51}5253.phui-calendar-indigo a {54color: {$indigo};55}5657.phui-calendar-violet a {58color: {$violet};59}6061.phui-calendar-grey a {62color: {$lightgreytext};63}6465.phui-calendar-bg-viewer-invited {66background-color: {$lightgreen};67}6869.phui-calendar-bg-red {70background-color: {$lightred};71}7273.phui-calendar-bg-orange {74background-color: {$lightorange};75}7677.phui-calendar-bg-yellow {78background-color: {$lightyellow};79}8081.phui-calendar-bg-green {82background-color: {$lightgreen};83}8485.phui-calendar-bg-blue {86background-color: {$lightblue};87}8889.phui-calendar-bg-sky {90background-color: {$lightsky};91}9293.phui-calendar-bg-indigo {94background-color: {$lightindigo};95}9697.phui-calendar-bg-violet {98background-color: {$lightviolet};99}100101.phui-calendar-bg-grey {102background-color: {$darkgreybackground};103}104105.phui-calendar-list-dot {106background-color: {$lightgreytext};107border-color: {$lightgreytext};108}109110.phui-calendar-viewer-invited .phui-calendar-list-dot {111background-color: {$green};112border-color: {$green};113}114115.phui-calendar-red .phui-calendar-list-dot {116background-color: {$red};117border-color: {$red};118}119120.phui-calendar-orange .phui-calendar-list-dot {121background-color: {$orange};122border-color: {$orange};123}124125.phui-calendar-yellow .phui-calendar-list-dot {126background-color: {$orange};127border-color: {$orange};128}129130.phui-calendar-green .phui-calendar-list-dot {131background-color: {$green};132border-color: {$green};133}134135.phui-calendar-blue .phui-calendar-list-dot {136background-color: {$blue};137border-color: {$blue};138}139140.phui-calendar-sky .phui-calendar-list-dot {141background-color: {$sky};142border-color: {$sky};143}144145.phui-calendar-indigo .phui-calendar-list-dot {146background-color: {$indigo};147border-color: {$indigo};148}149150.phui-calendar-violet .phui-calendar-list-dot {151background-color: {$violet};152border-color: {$violet};153}154155.phui-calendar-grey .phui-calendar-list-dot {156background-color: {$lightgreytext};157border-color: {$lightgreytext};158}159160161