mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
add CSS
This commit is contained in:
12
src/main/frontend/components/reference.css
Normal file
12
src/main/frontend/components/reference.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.cp__filters-input {
|
||||
background-color: var(--ls-primary-background-color);
|
||||
padding: 0.5rem;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.cp__filters-input-panel {
|
||||
background-color: var(--ls-primary-background-color);
|
||||
border-radius: 0.25rem;
|
||||
padding-left: 0.5rem;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user