Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 256: Line 256:
<code>.inv0 .dashgrid_inventory{color:red;}</code>
<code>.inv0 .dashgrid_inventory{color:red;}</code>


===Show weekends (Saturday/Sunday) in red===
===Show weekends (Saturday/Sunday) in a different color===
<code>.weekend2{background-color:red;}</code>
<code>.weekend2{background-color:red;}</code>


Line 266: Line 266:
<code>.todaydate{background-color:red;}</code>
<code>.todaydate{background-color:red;}</code>


===Show past dates in grey===
===Show past dates in a different color===
<code>.pastdate{background-color:grey;}</code>
<code>.pastdate{background-color:grey;}</code>


Line 273: Line 273:


<code>.editroomlink{padding-left: 2px;}</code>
<code>.editroomlink{padding-left: 2px;}</code>


===Warning color dates not selling===
===Warning color dates not selling===