mirror of
https://github.com/directus/directus.git
synced 2026-02-10 10:25:29 -05:00
Fixed firefox opacity of placeholders issue (#14070)
* fixed firefox opacity of placeholders issue * make it global
This commit is contained in:
@@ -63,6 +63,10 @@ textarea,
|
||||
}
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:invalid {
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user