Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 361: | Line 361: | ||
===Make Daily Price row read-only=== | ===Make Daily Price row read-only=== | ||
<code>.row-price{ | <code>.row-price{ | ||
pointer-events: none; | pointer-events: none; | ||
}</code> | |||
===Disable the option to create or change views=== | ===Disable the option to create or change views=== | ||