Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 388: Line 388:
<code>.row-price{
<code>.row-price{
pointer-events: none;
pointer-events: none;
}</code>
===Hide the option to create or change views===
<code>#view-templates-button{
display: none;
}</code>
}</code>


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