0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Fix post settings menu cog alignment and colours

This commit is contained in:
John O'Nolan 2014-09-23 10:43:26 +03:00 committed by Hannah Wolfe
parent a6cac3bfed
commit ccdadac374

View file

@ -671,6 +671,11 @@ body.zen {
body.right-outlet-expanded { body.right-outlet-expanded {
// Keep settings cog highlighted when menu is open
.post-settings:before {
color: $lightgrey;
}
.editor-cover { .editor-cover {
position: absolute; position: absolute;
top: 0; top: 0;