mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Started interface user shortcut form interface
Built controller actions and initual UI. Still needs JS logic for shortcut input handling.
This commit is contained in:
@ -473,4 +473,10 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
|
||||
.custom-file-input:focus + label {
|
||||
border-color: var(--color-primary);
|
||||
outline: 1px solid var(--color-primary);
|
||||
}
|
||||
|
||||
input.shortcut-input {
|
||||
width: auto;
|
||||
max-width: 120px;
|
||||
height: auto;
|
||||
}
|
Reference in New Issue
Block a user