Style 'urgent' composer popups differently

The two "bad behavior" composer popups get the 'urgent' class, which colors them red.
This commit is contained in:
riking 2014-03-06 15:35:47 -08:00
parent b3a860027f
commit e0063920b7
2 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,12 @@
@include box-shadow(3px 3px 3px rgba($primary_shadow_color, 0.14));
background: lighten($highlight, 15%);
border: 1px solid $highlight_border_color;
&.urgent {
background: lighten($warning_border_color, 15%);
border: 1px solid $warning_border_color;
}
h3 {
margin-bottom: 10px;
@ -38,7 +44,6 @@
opacity: 1.0;
}
border: 1px solid $highlight_border_color;
padding: 10px;
width: 600px;
position: absolute;

View File

@ -88,6 +88,7 @@ class ComposerMessagesFinder
{templateName: 'composer/education',
wait_for_typing: true,
extraClass: 'urgent',
body: PrettyText.cook(I18n.t('education.sequential_replies')) }
end
@ -118,6 +119,7 @@ class ComposerMessagesFinder
{templateName: 'composer/education',
wait_for_typing: true,
extraClass: 'urgent',
body: PrettyText.cook(I18n.t('education.dominating_topic', percent: (ratio * 100).round)) }
end