Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 374: | Line 374: | ||
===Hide "Notes" icon in left column=== | ===Hide "Notes" icon in left column=== | ||
<code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code> | <code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code> | ||
===Hide "Intelligence" icon=== | |||
<code>.sticky-left .row-intelligence-button{display: none;}</code> | |||
===Hide Group booking icons=== | |||
<code>.fa-circle{display: none;}</code> | |||
===Display occupancy as color instead of number=== | ===Display occupancy as color instead of number=== | ||
<code>.calendar2 .property-stats-wrapper | <code>.calendar2 .property-stats-wrapper | ||