Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 364: | Line 364: | ||
===Hide "Settings" icon in left column=== | ===Hide "Settings" icon in left column=== | ||
<code>.sticky-left .fa-ellipsis-h {display: none;}</code> | <code>.sticky-left .fa-ellipsis-h {display: none;}</code> | ||
===Display occupancy as color instead of number=== | |||
<code>.calendar2 .property-stats-wrapper | |||
{margin-top: 5px;} | |||
.calendar2 .property-stats-wrapper.empty { | |||
display: inline-block; | |||
background-color: #7AAB0A; | |||
height: 10px; | |||
width: 10px; | |||
border-radius: 50%; | |||
color: transparent; | |||
} | |||
.calendar2 .property-stats-wrapper.medium { | |||
display: inline-block; | |||
background-color: #fe746c; | |||
height: 10px; | |||
width: 10px; | |||
border-radius: 50%; | |||
color: transparent; | |||
}</code> | |||
== Dashboard == | == Dashboard == | ||