Skip to content

Commit

Permalink
Set a color for grid headers
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 19, 2024
1 parent 201aca8 commit cb29ba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/themes/gartenplus/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ vaadin-button.login-button {
font-size: 48px;
width: 768px;
height: 128px;
}

vaadin-grid::part(header-cell) {
background-color: var(--lumo-tint-5pct);
}

0 comments on commit cb29ba1

Please sign in to comment.