Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 252: | Line 252: | ||
===Display red when inventory is 0=== | ===Display red when inventory is 0=== | ||
.inv0 | .inv0 .dashgrid_inventory{color:red;} | ||
===Show weekends (Saturday/Sunday) in red=== | |||
.weekend2{background-color:red;} | |||
===Show past dates in grey=== | |||
.pastdate{background-color:grey;} | |||
== Dashboard == | == Dashboard == | ||