diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 05:19:25 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 05:19:25 +0530 |
| commit | bd5cb6d1ad7d37647d04b05d553a8a146b832385 (patch) | |
| tree | ce3b7d3d67f2de8f0c6770995e2ddeb263092e05 /templates | |
| parent | d6dd94f71814b96499cdf2b8f49f96f21ba05164 (diff) | |
| download | nativekit-bd5cb6d1ad7d37647d04b05d553a8a146b832385.tar.xz nativekit-bd5cb6d1ad7d37647d04b05d553a8a146b832385.zip | |
Updated mac Template
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mac/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index 8606a06..c03cd3b 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -10,7 +10,7 @@ </head> <body> - <div class="window"> + <div class="window dark"> <header class="titlebar draggable"> <h1 class="window-title">macOS Native Kit</h1> <div class="toolbars"> @@ -37,7 +37,7 @@ Filters </button> - <div class="progress-circle progress-34"></div> + <div class="progress-circle progress-38"></div> <div class="progress-spinner" id="progress-spinner"></div> @@ -56,7 +56,7 @@ </div> </div> </header> - <div class="content"></div> + <div class="content "></div> <footer class="titlebar statusbar"> <h1 class="window-title">Native Kit</h1> </footer> @@ -66,7 +66,7 @@ var target = document.getElementById('progress-spinner'); var spinner = new Spinner().spin(target); </script> - + </body> </html>
\ No newline at end of file |
