2014-02-24 19:04:23 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-calendar-css
|
|
|
|
*/
|
|
|
|
|
2016-07-27 15:44:42 +02:00
|
|
|
.phui-calendar-list {
|
|
|
|
/* When hovering over a day, this allows the hover color to peek through
|
|
|
|
the event name, but for event names to mostly remain readable. */
|
|
|
|
background: rgba(255, 255, 255, 0.75);
|
|
|
|
}
|
|
|
|
|
2016-08-01 21:06:35 +02:00
|
|
|
.application-search-view div.phui-calendar-box {
|
|
|
|
border-left: 1px solid {$thinblueborder};
|
|
|
|
border-right: 1px solid {$thinblueborder};
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2016-07-14 18:47:46 +02:00
|
|
|
.phui-calendar-list a {
|
|
|
|
color: {$greytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-list .event-cancelled .phui-calendar-list-title {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
2015-05-15 04:20:44 +02:00
|
|
|
|
|
|
|
.phui-calendar-viewer-invited a {
|
|
|
|
color: {$green};
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:04:23 +01:00
|
|
|
.phui-calendar-red a {
|
|
|
|
color: {$red};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-orange a {
|
|
|
|
color: {$orange};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-yellow a {
|
|
|
|
color: {$yellow};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-green a {
|
|
|
|
color: {$green}
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-blue a {
|
|
|
|
color: {$blue};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-sky a {
|
|
|
|
color: {$sky};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-indigo a {
|
|
|
|
color: {$indigo};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-violet a {
|
|
|
|
color: {$violet};
|
|
|
|
}
|
|
|
|
|
2015-05-15 04:20:44 +02:00
|
|
|
.phui-calendar-grey a {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-viewer-invited {
|
|
|
|
background-color: {$lightgreen};
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:04:23 +01:00
|
|
|
.phui-calendar-bg-red {
|
|
|
|
background-color: {$lightred};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-orange {
|
|
|
|
background-color: {$lightorange};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-yellow {
|
|
|
|
background-color: {$lightyellow};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-green {
|
2015-05-15 04:20:44 +02:00
|
|
|
background-color: {$lightgreen};
|
2014-02-24 19:04:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-blue {
|
|
|
|
background-color: {$lightblue};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-sky {
|
|
|
|
background-color: {$lightsky};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-indigo {
|
|
|
|
background-color: {$lightindigo};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-bg-violet {
|
|
|
|
background-color: {$lightviolet};
|
|
|
|
}
|
|
|
|
|
2015-05-15 04:20:44 +02:00
|
|
|
.phui-calendar-bg-grey {
|
|
|
|
background-color: {$darkgreybackground};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-list-dot {
|
|
|
|
background-color: {$lightgreytext};
|
|
|
|
border-color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-viewer-invited .phui-calendar-list-dot {
|
|
|
|
background-color: {$green};
|
|
|
|
border-color: {$green};
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:04:23 +01:00
|
|
|
.phui-calendar-red .phui-calendar-list-dot {
|
|
|
|
background-color: {$red};
|
|
|
|
border-color: {$red};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-orange .phui-calendar-list-dot {
|
|
|
|
background-color: {$orange};
|
|
|
|
border-color: {$orange};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-yellow .phui-calendar-list-dot {
|
|
|
|
background-color: {$orange};
|
|
|
|
border-color: {$orange};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-green .phui-calendar-list-dot {
|
|
|
|
background-color: {$green};
|
|
|
|
border-color: {$green};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-blue .phui-calendar-list-dot {
|
|
|
|
background-color: {$blue};
|
|
|
|
border-color: {$blue};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-sky .phui-calendar-list-dot {
|
|
|
|
background-color: {$sky};
|
|
|
|
border-color: {$sky};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-indigo .phui-calendar-list-dot {
|
|
|
|
background-color: {$indigo};
|
|
|
|
border-color: {$indigo};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-violet .phui-calendar-list-dot {
|
|
|
|
background-color: {$violet};
|
|
|
|
border-color: {$violet};
|
|
|
|
}
|
2015-05-15 04:20:44 +02:00
|
|
|
|
|
|
|
.phui-calendar-grey .phui-calendar-list-dot {
|
|
|
|
background-color: {$lightgreytext};
|
|
|
|
border-color: {$lightgreytext};
|
|
|
|
}
|