Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix for Firefox CSS Issues (#671)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8337
- fixes `Browse` file select icon being partially hidden on Labs screen
- fixes timezone alignment in date/time picker inside PSM
  • Loading branch information
rabbihossain authored and kevinansfield committed Apr 25, 2017
1 parent 3768905 commit 955e8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/components/publishmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions app/styles/patterns/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ textarea {
.gh-input-file {
font-size: 1.2rem;
width: auto;
height: auto;
}

.gh-input-file + .gh-btn {
Expand Down

0 comments on commit 955e8cc

Please sign in to comment.