1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Started on a live-preview on global search input

This commit is contained in:
Dan Brown
2022-11-14 10:24:14 +00:00
parent a1b1f8138a
commit 19a792bc12
8 changed files with 107 additions and 22 deletions

View File

@@ -412,7 +412,7 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
.search-box {
max-width: 100%;
position: relative;
button {
button[tabindex="-1"] {
background-color: transparent;
border: none;
@include lightDark(color, #666, #AAA);