Cleanup stylename

This commit is contained in:
RobinLinus 2020-12-28 02:39:44 +01:00
parent 516b4a0705
commit 5462b0c17f
2 changed files with 3 additions and 3 deletions

View file

@ -479,7 +479,7 @@ button::-moz-focus-inner {
/* Text Input */
.textareaElement {
.textarea {
box-sizing: border-box;
border: none;
outline: none;
@ -712,7 +712,7 @@ x-dialog x-paper {
background-color: var(--bg-color);
}
.textareaElement {
.textarea {
color: var(--text-color);
background-color: var(--bg-color-secondary);
}