1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Make loading indicators stand out less when using a custom primary color

This commit is contained in:
Toby Zerner
2015-05-21 15:58:56 +09:30
parent f54acebaf0
commit 7a1ae67192

View File

@@ -10,7 +10,7 @@
.loading-indicator { .loading-indicator {
position: relative; position: relative;
color: @fl-body-primary-color; color: @fl-secondary-color;
} }
.loading-indicator-block { .loading-indicator-block {
height: 100px; height: 100px;