Merge pull request #510 from 01-Scripts/patch-1

Wrong color code provided for orange class.
pull/527/head
Abdullah Almsaeed 2015-06-19 15:44:27 +03:00
commit ab07ef8c92
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@
<h4 class='text-center'>Orange</h4> <h4 class='text-center'>Orange</h4>
<div class='color-palette-set'> <div class='color-palette-set'>
<div class='bg-orange disabled color-palette'><span>Disabled</span></div> <div class='bg-orange disabled color-palette'><span>Disabled</span></div>
<div class='bg-orange color-palette'><span>#00a65a</span></div> <div class='bg-orange color-palette'><span>#ff851b</span></div>
<div class='bg-orange-active color-palette'><span>Active</span></div> <div class='bg-orange-active color-palette'><span>Active</span></div>
</div> </div>
</div><!-- /.col --> </div><!-- /.col -->