Fix themes on textarea
This commit is contained in:
parent
26bf948fdc
commit
44c31ed15c
@ -1227,6 +1227,7 @@ button {
|
|||||||
background: white;
|
background: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
min-height: 37px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form #nick {
|
#form #nick {
|
||||||
|
@ -146,8 +146,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#form .input {
|
#form .input {
|
||||||
background-color: #2e3642;
|
background-color: #2e3642 !important;
|
||||||
border-color: #242a33;
|
border-color: #242a33 !important;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -173,9 +173,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#form .input {
|
#form .input {
|
||||||
background-color: #434443;
|
background-color: #434443 !important;
|
||||||
border-color: #101010;
|
border-color: #101010 !important;
|
||||||
color: #dcdccc;
|
color: #dcdccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form #nick {
|
#form #nick {
|
||||||
|
Loading…
Reference in New Issue
Block a user