Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 357: | Line 357: | ||
===Make Daily Price row read-only=== | ===Make Daily Price row read-only=== | ||
<code> | <code>.row-price{ | ||
pointer-events: none; | pointer-events: none; | ||
}</code> | }</code> | ||