mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Preact Teambuilder: Fix the team textbox placeholder on Firefox (#2438)
This commit is contained in:
parent
00abcf7c6b
commit
29d2a24d37
|
|
@ -261,7 +261,8 @@
|
|||
resize: none;
|
||||
}
|
||||
.teamtextbox::placeholder {
|
||||
transform: translateY(20px);
|
||||
/* Firefox doesn't support transform, padding-top, margin-top, _or_ top... */
|
||||
line-height: 60px;
|
||||
}
|
||||
.teaminnertextbox {
|
||||
width: 320px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user