1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00

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 { & .icon {
font-size: 14px; font-size: 14px;
} }
&.online .fa-circle {
color: @online-user-circle-color;
}
&.online .icon { &.online .icon {
font-size: 12px; font-size: 12px;
} }

View File

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