Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 317: | Line 317: | ||
===Hide "Help" icon in left column=== | ===Hide "Help" icon in left column=== | ||
<code>.sticky-left .row-help-button {display: none;}</code> | <code>.sticky-left .row-help-button {display: none;}</code> | ||
===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 "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=== | ===Display occupancy as color instead of number=== | ||
<code>.calendar2 .property-stats-wrapper | <code>.calendar2 .property-stats-wrapper | ||
| Line 343: | Line 340: | ||
color: transparent; | color: transparent; | ||
}</code> | }</code> | ||
===Change the backgound color of weekends (Saturday/Sunday)=== | ===Change the backgound color of weekends (Saturday/Sunday)=== | ||
<code>.weekend2{background-color:#ffceaf;}</code> | <code>.weekend2{background-color:#ffceaf;}</code> | ||
===Change the backgound color of past dates=== | ===Change the backgound color of past dates=== | ||
<code>.pastdate{background-color:#d7d7d7;}</code> | <code>.pastdate{background-color:#d7d7d7;}</code> | ||
===Hide Intelligence button=== | ===Hide Intelligence button=== | ||
<code>.sticky-left .row-intelligence-button{display: none;} | <code>.sticky-left .row-intelligence-button{display: none;} | ||
===Hide contect help=== | ===Hide contect help=== | ||
<code>.sticky-left .row-help-button {display: none;}</code> | <code>.sticky-left .row-help-button {display: none;}</code> | ||
===Change color of unavailable dates === | ===Change color of unavailable dates === | ||
<code>.inv0 { color: red }</code> | <code>.inv0 { color: red }</code> | ||
===Change color and background color of daily prices=== | ===Change color and background color of daily prices=== | ||
<code>.price { background-color:#7cc576; color:white;}</code> | <code>.price { background-color:#7cc576; color:white;}</code> | ||
===Make inventory row read-only=== | ===Make inventory row read-only=== | ||
<code>..calendar2 .row-room { | <code>..calendar2 .row-room { | ||