mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
feat: find in page on electron
This commit is contained in:
16
src/main/frontend/components/find_in_page.css
Normal file
16
src/main/frontend/components/find_in_page.css
Normal file
@@ -0,0 +1,16 @@
|
||||
#search-in-page {
|
||||
z-index: 999;
|
||||
background-color: var(--ls-primary-background-color);
|
||||
|
||||
.form-input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ui__button[intent='link'], .ui__button[intent='link']:focus {
|
||||
border-color: none;
|
||||
}
|
||||
|
||||
.ui__button {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user