Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 347: | Line 347: | ||
===Warning color dates not selling=== | ===Warning color dates not selling=== | ||
<code> .dashgrid_inventory_nap{background-color: red; color: white;}</code> | <code> .dashgrid_inventory_nap{background-color: red; color: white;}</code> | ||
== Calendar == | |||
===Hide "Intelligence" icon=== | |||
<code>.sticky-left .row-intelligence-button{display: none;}</code> | |||
===Hide "Help" icon in left column=== | |||
<code>.sticky-left .row-help-button {display: none;}</code> | |||
===Hide "Notes" icon in left column=== | |||
<code>.sticky-left .fa-ellipsis-h {display: none;}</code> | |||
== Dashboard == | == Dashboard == | ||