custom border on editor textarea

This commit is contained in:
joshuaboud 2021-05-27 15:36:14 -03:00
parent db7d8f159e
commit e7f0736a7a
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -281,6 +281,10 @@ body::-webkit-scrollbar-thumb {
white-space: pre; white-space: pre;
overflow: auto; overflow: auto;
resize: none; resize: none;
border: 1px solid var(--border);
border-radius: 4px;
outline: none;
padding: 5px;
} }
.nav-toggle { .nav-toggle {