Skip to content

Commit

Permalink
Add css color variable and use slightly darker blue for highlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslow committed Nov 15, 2024
1 parent 9762eef commit bf9c3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3167,7 +3167,7 @@ Column content

#metadataAccordion\:metadata\:metadataTable_data tr.focusedRow,
div[id$='metadataTable'].ui-treetable tr.focusedRow {
background-color: #ffe;
background-color: var(--trans-blue-highlight);
}

#imagePreviewForm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
--medium-gray: #999;
--orange: #f94a15;
--trans-blue: #f2fbff;
--trans-blue-highlight: #dbecf6;
--pure-white: #fff;
--error-background: #f2dede;

Expand Down

0 comments on commit bf9c3f0

Please sign in to comment.