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 {
position: relative;
color: @fl-body-primary-color;
color: @fl-secondary-color;
}
.loading-indicator-block {
height: 100px;