0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/templates
John O'Nolan 97ce6f8a0c Multiple minor visual style fixes
- Lighter dropdown shadow
- Removed display:flex from .btn because safari can't handle it on <button> elements, where it will immediately set all text-alignment to "left" with no way to change. I haven't been able to find any regressions for this change so far. Can't remember why buttons were supposed to be flexbox anyway. Maybe for icon alignment within buttons, but I can't find any such examples within the app.
- Safari thinks that user-select: all; means a single click should SELECT ALL THE THINGS. Removed/replaced with user-select: text; which makes it behave like Chrome; click and drag to select.
- Increased hit area for "?" button
- Removed :active style for post-edit button on content management screen, adjusted position
- Increased contrast on tag description, tag count, and view blog links

See #5652
2015-08-12 10:29:40 +02:00
..
components Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
editor add spin-button component & implement it 2015-08-10 09:43:50 -06:00
modals add spin-button component & implement it 2015-08-10 09:43:50 -06:00
posts Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
settings Prevent view titles from being cut off in Safari 2015-08-12 09:17:01 +02:00
setup Fix errors for setup and signup 2015-08-10 22:24:10 +01:00
team Prevent view titles from being cut off in Safari 2015-08-12 09:17:01 +02:00
-import-errors.hbs
-user-list-item.hbs Fix team/index screen 2015-07-14 18:21:08 +02:00
about.hbs Prevent view titles from being cut off in Safari 2015-08-12 09:17:01 +02:00
application.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
error.hbs Fixup broken error page styles 2015-06-08 12:14:58 +01:00
post-settings-menu.hbs reimplement tag editing component for posts 2015-08-10 07:22:37 -06:00
posts.hbs Prevent view titles from being cut off in Safari 2015-08-12 09:17:01 +02:00
reset.hbs add spin-button component & implement it 2015-08-10 09:43:50 -06:00
setup.hbs User Onboarding - flow navigation 2015-07-21 17:23:04 +01:00
signin.hbs add spin-button component & implement it 2015-08-10 09:43:50 -06:00
signup.hbs Lock out email address on signup page 2015-08-11 14:25:30 +01:00