Skip to content

Commit

Permalink
UI: Slight adjustment to header color of crud UI
Browse files Browse the repository at this point in the history
  • Loading branch information
vigorouscoding committed Feb 12, 2024
1 parent 8eb9191 commit 4b3655b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions structr-base/src/main/resources/structr/css/crud.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@
text-align: left;
vertical-align: top;
height: 1em;
background-color: var(--main-background);
background-color: var(--light-gray-bg-f3);
}

.resourceBox td {
padding: .5rem 1rem;
position: relative;
}

.resourceBox tr:nth-child(odd) {
.resourceBox tr:nth-child(2n) {
background: var(--light-gray-bg-f7);
}

.resourceBox tr:nth-child(even) {
.resourceBox tr:nth-child(2n+1) {
background: var(--solid-white);
}

Expand Down

0 comments on commit 4b3655b

Please sign in to comment.