change title background to red when requirements are not met

This commit is contained in:
Régis Hanol
2013-04-07 14:56:58 +02:00
parent d5c0dd7fa0
commit f211b9601a
7 changed files with 104 additions and 76 deletions

View File

@@ -55,7 +55,10 @@
}
#reply-control {
.toggle-preview, .saving-draft, #image-uploading {
.requirements-not-met {
background-color: rgba(255, 0, 0, 0.12);
}
.toggle-preview, .draft-status, #image-uploading {
position: absolute;
bottom: -31px;
margin-top: 0px;
@@ -69,7 +72,7 @@
font-size: 12px;
color: darken($gray, 40);
}
.saving-draft {
.draft-status {
right: 51%;
color: lighten($black, 60);
}