Add green color for online indicator on user cards

Closes #452.
This commit is contained in:
Malay Ladu 2015-09-11 08:49:07 +02:00 committed by Franz Liedke
parent 78dbaf107e
commit 555a408f6c
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,9 @@
& .icon {
font-size: 14px;
}
&.online .fa-circle {
color: @online-user-circle-color;
}
&.online .icon {
font-size: 12px;
}

View File

@ -130,3 +130,5 @@
@tooltip-bg: rgba(0, 0, 0, 0.9);
@tooltip-color: #fff;
@online-user-circle-color: #7FBA00;