Skip to content

Commit

Permalink
fix: live query builder - filters input
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Aug 18, 2024
1 parent 55764c3 commit d0717be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,22 @@ div.macro > div.inline {
}


/* live query builder */
.query-builder-picker .cp__select > .input-wrap > .cp__select-input {
background-color: var(--ls-primary-background-color) !important;
font-size: unset;

&::placeholder {
opacity: 0.7;
color: var(--ls-secondary-text-color);
}

&:focus {
border-color: var(--bujo-ui-border-focus);
}
}


/* custom query: decrease title size */

.custom-query > .th {
Expand Down

0 comments on commit d0717be

Please sign in to comment.