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:
Rabbi Hossain 2017-04-25 14:17:16 +06:00 committed by Kevin Ansfield
parent 7e56b05256
commit b66c616f98
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -334,6 +334,7 @@ textarea {
.gh-input-file {
font-size: 1.2rem;
width: auto;
height: auto;
}
.gh-input-file + .gh-btn {