Skip to content

Commit

Permalink
ui: fix dark-theme input fields colors and backgrounds
Browse files Browse the repository at this point in the history
pdf preview pager and annotation add field select options
  • Loading branch information
zsuffad committed Oct 29, 2024
1 parent 0b2b96f commit b66ac23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dbp-pdf-annotation-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ export class PdfAnnotationView extends ScopedElementsMixin(DBPLitElement) {
padding-bottom: 1em;
}
#pdf-meta option {
color: var(--dbp-content);
background-color: var(--dbp-background);
}
.input {
padding-left: 8px;
font-weight: 300;
Expand Down
2 changes: 2 additions & 0 deletions src/dbp-pdf-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ export class PdfPreview extends ScopedElementsMixin(DBPLitElement) {
input[type='number'] {
border: var(--dbp-border);
color: var(--dbp-content);
background-color: var(--dbp-background);
padding: 0 0.3em;
}
Expand Down

0 comments on commit b66ac23

Please sign in to comment.