progresses on #9

This commit is contained in:
Henrique Dias
2015-09-19 19:26:51 +01:00
parent 5dc65eb143
commit 8f3d50512c
7 changed files with 147 additions and 69 deletions

View File

@@ -111,11 +111,16 @@
}
.frontmatter-only input {
color: rgba(255,255,255,.4);
background-color: rgba(255,255,255,0.4);
color : #aaa;
}
.frontmatter-only label {
width: 100%;
}
.frontmatter-only input:focus {
color: rgba(255,255,255,.85);
color: #555;
}
.frontmatter-only .action-bar input,
@@ -131,6 +136,13 @@
font-size: 1.5em;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
color: #fff;
}
/* EDITOR CONTENT ONLY STYLES */
.content-only #content-area,
.content-only #preview-area {