progresses on #9
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user