theme: bring back the form focus border

Removed somehow accidentally in 04fb322.
This commit is contained in:
Lephe 2020-07-20 15:16:23 +02:00
parent 8f43933521
commit a2feb37dce
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
.form input[type='search']:focus,
.form textarea:focus {
border-color: var(--border-focused);
box-shadow: 0 0 0 3px var(--shadow-focused);
}
.form textarea {

View File

@ -30,6 +30,7 @@
--text: #000000;
--border: 1px solid #c8c8c8;
--border-focused: #7cade0;
--shadow-focused: rgba(87, 143, 228, 0.5);
}
.editor button {