Commit 9ff0a162 by Calen Pennington

Merge pull request #9603 from edx/clrux/rc-2015-09-02-patch

Overriding white color for messages on dashboard
parents ff8e4737 1c297634
...@@ -574,6 +574,7 @@ ...@@ -574,6 +574,7 @@
padding: ($baseline/2) $baseline; padding: ($baseline/2) $baseline;
background: $gray-l5; background: $gray-l5;
border: 1px solid $gray-l4; border: 1px solid $gray-l4;
color: $base-font-color; // Overrides the normal white color in this one case
// STATE: shown // STATE: shown
&.is-shown { &.is-shown {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment