Skip to content

Commit

Permalink
Fix Codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Apr 19, 2022
1 parent 2844fab commit c5bb957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3295,8 +3295,9 @@ footer {
}

#editForm\:importConfigurationTabView\:url .ui-panelgrid-cell:not(:first-child):not(:nth-child(3)) {
box-sizing: border-box;
padding-left: var(--default-half-size);
width: 33%;
width: calc(33% - var(--default-half-size));
}

#editForm\:importConfigurationTabView\:url .ui-panelgrid-cell:nth-child(3) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ tr.ui-expanded-row-content:hover .ui-datatable tbody {
border: solid var(--default-border-width) var(--medium-gray);
}

.ui-state-error ul.ui-picklist-list {
background: #fef1ec -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
.ui-state-error .ui-picklist-list {
background: #fef1ec;
border: 1px solid #cd0a0a;
color: #cd0a0a;
}
Expand Down

0 comments on commit c5bb957

Please sign in to comment.