Skip to content

Commit 2da2c7a

Browse files
closes chieffancypants#184: change border radius to 50%
1 parent a6e1a6b commit 2da2c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loading-bar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
border: solid 2px transparent;
7474
border-top-color: #29d;
7575
border-left-color: #29d;
76-
border-radius: 10px;
76+
border-radius: 50%;
7777

7878
-webkit-animation: loading-bar-spinner 400ms linear infinite;
7979
-moz-animation: loading-bar-spinner 400ms linear infinite;

0 commit comments

Comments
 (0)