Modified default label style

pull/247/head
Abdullah Almsaeed 2015-02-16 21:06:55 -05:00
parent 28664a1551
commit e22fbd6a15
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
*/ */
.label-default { .label-default {
background-color: @gray; background-color: @gray;
color: #333; color: #444;
} }
.label-danger { .label-danger {
&:extend(.bg-red); &:extend(.bg-red);

View File

@ -2231,7 +2231,7 @@ table.text-center th {
*/ */
.label-default { .label-default {
background-color: #d2d6de; background-color: #d2d6de;
color: #333; color: #444;
} }
/* /*
* Component: Direct Chat * Component: Direct Chat

File diff suppressed because one or more lines are too long