Skip to content

Commit

Permalink
Merge pull request #163 from nextcloud/loading-spinner
Browse files Browse the repository at this point in the history
make loading spinner thicker and color lighter
  • Loading branch information
William Bargent authored Jun 20, 2016
2 parents e499630 + 5df13ec commit 99833ec
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 99833ec

Please sign in to comment.