Home Contact Buy
Sitemap Contact
Home Time Tracker Consulting Download Video Free Buy Sitemap Contact

Custom CSS

The Custom CSS field in group display options in Time Tracker allows you to provide CSS code to style user interface elements in the application. When provided, it overrides default styles.
Custom CSS field can be used to change Time Tracker user interface elements
Custom CSS field in group display options

Suppose you want to make the Note field on time entry pages higher to provide additional room for your comments. You can introduce the following CSS code into this field:
#note {
  height: 8rem;
}
The above overrides the default height of the note field as defined in default.css file. You can style any elements in Time Tracker using custom CSS. It works similarly to providing a custom.css file to a website in which new styles override the default styles.

Time Tracker User Guide