Ghost/ghost/admin/app/styles/patterns
John O'Nolan eb08826f3e 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
..
_shame.css Content management & editor refactor 2015-06-05 13:58:00 +01:00
buttons.css Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
forms.css reimplement tag editing component for posts 2015-08-10 07:22:37 -06:00
global.css add spin-button component & implement it 2015-08-10 09:43:50 -06:00
icons.css First pass on app management UI 2015-05-25 17:48:14 +01:00
labels.css Introduce CSScomb 2015-05-22 19:05:10 +01:00
navlist.css Main colour audit 2015-06-24 13:37:37 +01:00
tables.css Main colour audit 2015-06-24 13:37:37 +01:00