Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 358: Line 358:
pointer-events: none;
pointer-events: none;
}</code>
}</code>
===Make Daily Price row read-only===
<code>.row-price{
+
<code>#view-templates-buttone{
pointer-events: none;
}</code>


===Disable the option to create or change views===
===Disable the option to create or change views===
<code>#view-templates-buttone{
<code>#view-templates-button{
pointer-events: none;
pointer-events: none;
}</code>
}</code>