Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 343: | Line 343: | ||
color: transparent; | color: transparent; | ||
}</code> | }</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=== | ===Make inventory row read-only=== | ||