Skip to content

Commit

Permalink
Declare row styling for table.identify-attr-subtable in qwc2.css
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 3, 2024
1 parent eaec889 commit 5778eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/assets/css/qwc2.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ div.sidebar-body,
width: 100%;
}

#IdentifyViewer table.identify-attr-subtable > tbody > tr:nth-child(even) {
background-color: #F0F0F0;
}

#IdentifyViewer td.identify-attr-spacer {
height: 8px;
}

0 comments on commit 5778eab

Please sign in to comment.