Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
make loading spinner thicker and color lighter
  • Loading branch information
jancborchardt committed Jun 20, 2016
commit 5df13ec5c434813d5fcb61681d7d0a1ac6482837
8 changes: 4 additions & 4 deletions core/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
.icon-loading-dark:after,
.icon-loading-small:after,
.icon-loading-small-dark:after {
border: 1px solid rgba(85, 85, 85, 0.5);
border-top-color: #555;
border: 2px solid rgba(150, 150, 150, .5);
border-top-color: rgb(100, 100, 100);
}

.icon-loading-dark:after,
.icon-loading-small-dark:after {
border: 1px solid rgba(187, 187, 187, 0.5);
border-top-color: #BBB;
border: 2px solid rgba(187, 187, 187, .5);
border-top-color: #bbb;
}

.icon-loading-small:after,
Expand Down