aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/themes
Commit message (Collapse)AuthorAgeFilesLines
* Adjust BackToList button color for dark/light-modeSascha2021-03-152-2/+5
| | | | | The AppBar is commonly used for navigation. As the BackToList button is a navigation element, use similar colors as the AppBar.
* Use info.contrastText instead of text.secondarySascha2021-03-042-0/+2
| | | | This will ensure better color managment for Message titles
* Use Green color from Light themeSascha2021-03-041-4/+3
|
* Use colors from theme paletteSascha2021-03-042-0/+9
| | | | | | - Use theme colors for title input. - Remove inputTitle classes as they are not applied to the TextField. This will lead to double borders and artifacts at the field corners.
* Use proper semantic color valuesSascha2021-03-042-0/+15
| | | | | | | | | | | | Adjust header colors on light theme - Use adjusted background-color for header instead of text.hint. - Use slightly darker secondary font color for better readability against the head background color. Use more semantic theme colors for bug list Use more semantic theme colors for bug messages Fix usage of text hint for filter header
* Define each theme in own file under themes dirSascha2021-03-043-0/+28