0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
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
..
app Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
config Update to simple-auth 0.8 2015-05-22 15:21:46 -05:00
lib updates Ember-CLI to 0.2.7 2015-06-08 09:18:50 -04:00
public/assets Added multiline "placeholder" to 3rd step of setup 2015-07-01 23:14:27 +02:00
tests Merge pull request #5633 from acburdine/spin-buttons 2015-08-10 19:06:32 +01:00
.ember-cli
.gitignore Convert Sass to Myth 2015-05-22 19:05:09 +01:00
.jshintrc ES6 module version of ic-ajax instead of global 2015-05-26 22:13:25 -05:00
.watchmanconfig updates Ember-CLI to 0.2.7 2015-06-08 09:18:50 -04:00
bower.json reimplement tag editing component for posts 2015-08-10 07:22:37 -06:00
Brocfile.js reimplement tag editing component for posts 2015-08-10 07:22:37 -06:00
package.json Refactor notifications service & components 2015-07-28 12:26:11 +01:00
testem.json