mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
add input color to cope with browser themes
This commit is contained in:
parent
ed19bb9a32
commit
20c3a59e2c
@ -50,11 +50,12 @@ strong {
|
|||||||
|
|
||||||
input.readonly {
|
input.readonly {
|
||||||
/* Force blank on readonly inputs */
|
/* Force blank on readonly inputs */
|
||||||
background-color: #fff !important;
|
background-color: var(--inputColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
color: var(--mainForegroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
Loading…
Reference in New Issue
Block a user