mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
change title background to red when requirements are not met
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user