Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Dec 8, 2023
1 parent 1ae1a4e commit 0dedafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/assets/css/admin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ button:not(:disabled),
border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .datatable-table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
padding: 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
Expand Down Expand Up @@ -1175,7 +1175,7 @@ button:not(:disabled),
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
padding: 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
Expand Down Expand Up @@ -1654,7 +1654,7 @@ body {
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
vertical-align: top;
padding: 0.5rem 0.5rem;
padding: 0.5rem;
}

.datatable-table > thead > tr > th {
Expand Down

0 comments on commit 0dedafe

Please sign in to comment.