Changes

Jump to navigation Jump to search

Custom CSS

589 bytes added, 17:28, 7 January 2022
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===

Navigation menu