feat: refs #7957 open in new tab #1086

Merged
jorgep merged 28 commits from 7957-monitorChanges into dev 2025-01-07 14:38:56 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 8f418dcb4b - Show all commits

View File

@ -196,6 +196,11 @@ async function search() {
transition: width 0.36s;
}
:deep(.q-field__native) {
padding-top: 10px;
padding-left: 5px;
}
:deep(.q-field--dark .q-field__native:focus) {
color: black;
}