Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 376: Line 376:
<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: blue }</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>