Skip to content

Commit

Permalink
Minor fixes related to css
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Nov 1, 2023
1 parent 98d4a1b commit 02fd5b5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,17 @@ body {
#kopia .form-check-input:focus,
#kopia .accordion-button:focus {
color: var(--color-text-body);
background-color: var(--background-color);
box-shadow: 0 0 0 0.10rem var(--color-primary);
}

#kopia .form-check-input {
color: var(--color-text-body);
}

#kopia .form-text {
color: var(--color-text-form-help)
}

#kopia .text-muted.form-text,
#kopia .form-text,
#kopia .form-control::placeholder {
color: var(--color-text-form-help);
color: var(--color-text-form-help) !important
}

#kopia .accordion-body,
Expand Down Expand Up @@ -234,8 +231,9 @@ body {
vertical-align: middle;
}

.advancedOptions {
background-color: #f0f0f0;
#kopia .advancedOptions {
background-color: var(--background-color);
color: var(--color-text-body);
padding: 10px;
border: 1px solid #ccc;
}
Expand Down

0 comments on commit 02fd5b5

Please sign in to comment.