Changes

Jump to navigation Jump to search

Custom CSS

11 bytes removed, 09:37, 30 January 2022
===Hide "Help" icon in left column===
<code>.sticky-left .row-help-button {display: none;}</code>
 
===Hide "Notes" icon in left column===
<code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code>
 
===Hide "Settings" icon in left column===
<code>.sticky-left .fa-ellipsis-h {display: none;}</code>
 
===Display occupancy as color instead of number===
<code>.calendar2 .property-stats-wrapper
color: transparent;
}</code>
 
===Change the backgound color of weekends (Saturday/Sunday)===
<code>.weekend2{background-color:#ffceaf;}</code>
 
===Change the backgound color of past dates===
<code>.pastdate{background-color:#d7d7d7;}</code>
 
===Hide Intelligence button===
<code>.sticky-left .row-intelligence-button{display: none;}
 
===Hide contect help===
<code>.sticky-left .row-help-button {display: none;}</code>
 
===Change color of unavailable dates ===
<code>.inv0 { color: red }</code>
 
===Change color and background color of daily prices===
 
<code>.price { background-color:#7cc576; color:white;}</code>
 
===Make inventory row read-only===
<code>..calendar2 .row-room {

Navigation menu