style/text editor/forms: restyle text areas

This commit is contained in:
Adorian Doran 2025-09-03 04:38:37 +03:00
parent c40398df5d
commit 9c5a130ab4

View File

@ -158,6 +158,7 @@ input[type="datetime-local"],
:root input.ck.ck-input-number, :root input.ck.ck-input-number,
textarea.form-control, textarea.form-control,
textarea, textarea,
:root textarea.ck.ck-textarea,
.tn-input-field { .tn-input-field {
outline: 3px solid transparent; outline: 3px solid transparent;
outline-offset: 6px; outline-offset: 6px;
@ -178,6 +179,7 @@ input[type="datetime-local"]:hover,
:root input.ck.ck-input-number:not([readonly="true"]):hover, :root input.ck.ck-input-number:not([readonly="true"]):hover,
textarea.form-control:hover, textarea.form-control:hover,
textarea:hover, textarea:hover,
:root textarea.ck.ck-textarea:hover,
.tn-input-field:hover { .tn-input-field:hover {
background: var(--input-hover-background); background: var(--input-hover-background);
color: var(--input-hover-color); color: var(--input-hover-color);
@ -194,6 +196,7 @@ input[type="datetime-local"]:focus,
:root input.ck.ck-input-number:focus, :root input.ck.ck-input-number:focus,
textarea.form-control:focus, textarea.form-control:focus,
textarea:focus, textarea:focus,
:root textarea.ck.ck-textarea:focus,
.tn-input-field:focus, .tn-input-field:focus,
.tn-input-field:focus-within { .tn-input-field:focus-within {
box-shadow: unset; box-shadow: unset;