mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fix for Firefox CSS Issues (#671)
closes https://github.com/TryGhost/Ghost/issues/8337 - fixes `Browse` file select icon being partially hidden on Labs screen - fixes timezone alignment in date/time picker inside PSM
This commit is contained in:
parent
7e56b05256
commit
b66c616f98
@ -196,6 +196,7 @@
|
||||
font-size: 1.1rem;
|
||||
font-weight: 200;
|
||||
color: color(var(--midgrey) l(+17%));
|
||||
margin-left: -30px;
|
||||
}
|
||||
|
||||
.gh-date-time-picker-error {
|
||||
|
@ -334,6 +334,7 @@ textarea {
|
||||
.gh-input-file {
|
||||
font-size: 1.2rem;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.gh-input-file + .gh-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user