diff options
| author | Lucifer <[email protected]> | 2019-12-16 21:25:48 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-16 21:25:48 +0530 |
| commit | b27e58ba4b5b34ec1e587a6bb8635e5cf01ccfa1 (patch) | |
| tree | 6d5fd7c0d549b28b905be08250a73548a14eaf26 /dist/mac | |
| parent | ccc606c0270482a8346b88de9f050e8fd453a0e8 (diff) | |
| download | nativekit-b27e58ba4b5b34ec1e587a6bb8635e5cf01ccfa1.tar.xz nativekit-b27e58ba4b5b34ec1e587a6bb8635e5cf01ccfa1.zip | |
Added Progress Spinner
Diffstat (limited to 'dist/mac')
| -rw-r--r-- | dist/mac/all.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/mac/all.css b/dist/mac/all.css index 6c1bbed..9b168d3 100644 --- a/dist/mac/all.css +++ b/dist/mac/all.css @@ -48,7 +48,7 @@ COMPONENTS IN THIS FILE: 21. Split Views 22. Tab Views 23. Progress Indicators -24. Intderminate Progress Spinner +24. Indeterminate Progress Spinner 25. Panes 26. Icons @@ -2028,7 +2028,7 @@ progress.three-quarter { transform: rotate(180deg); } -/* Intderminate Progress Spinner */ +/* Indeterminate Progress Spinner */ .progress-spinner { display: inline-block; |
