Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 460: | Line 460: | ||
====Hide the 'Continue anyway' buttons==== | ====Hide the 'Continue anyway' buttons==== | ||
<code>.statusmsg .btn{display: none}</code> | <code>.statusmsg .btn{display: none}</code> | ||
====Prevent changes of the "Status" field"==== | |||
.menusetting-status{pointer-events: none;} | |||
=== Hide Specific Fields === | === Hide Specific Fields === | ||