mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
47bfd046bb
issue #2270 - from https://github.com/manuelmitasch/ghost-admin-ember-demo - Not working properly: added ic-ajax mock in app.js but promise not resolving => loading route always active
33 lines
765 B
CSS
33 lines
765 B
CSS
/* Put your CSS here */
|
|
/*
|
|
@keyframes domChanged { from { background: yellow; } }
|
|
@-webkit-keyframes domChanged { from { background: yellow; } }
|
|
.ember-view { animation: domChanged 1s; -webkit-animation: domChanged 1s; }
|
|
*/
|
|
|
|
/* Cosmetic changes to ghost styles */
|
|
.post-settings-menu {
|
|
display: none !important;
|
|
}
|
|
|
|
#entry-markdown, .entry-preview, .CodeMirror.cm-s-default {
|
|
height: 500px !important;
|
|
}
|
|
|
|
.editor .entry-title {
|
|
box-shadow: none !important;
|
|
background: none !important;
|
|
padding: 0 !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
.editor input {
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
transition: none;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Icons";
|
|
src: url("https://testblog111.ghost.io/ghost/fonts/icons.woff") format('woff');
|
|
}
|