mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update themes
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
.container input[type="text"], .container textarea {
|
||||
border: var(--post-form-field-input-focus-border, revert);
|
||||
border: var(--reply-modal-field-input-border, revert);
|
||||
font-family: var(--post-form-field-font-family, revert);
|
||||
appearance: var(--post-form-field-input-appearance, revert);
|
||||
outline: var(--post-form-field-input-outline, revert);
|
||||
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.container input[type="text"]:focus, .container textarea:focus {
|
||||
border: var(--reply-modal-field-border-focus, revert);
|
||||
border: var(--reply-modal-field-input-border-focus, revert);
|
||||
}
|
||||
|
||||
.content textarea {
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
.parentCid input[type="text"]:focus {
|
||||
border: var(--post-form-field-input-focus-border) !important;
|
||||
border: var(--reply-modal-field-input-border, revert) !important;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
|
||||
Reference in New Issue
Block a user