diff --git a/css/styles.css b/css/styles.css index 080dcc09..05bdf44b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -22,21 +22,24 @@ } .loader { - border: 10px solid #f3f3f3; /* Light grey */ - border-top: 10px solid #bf5700; /* Blue */ + border: 10px solid #f3f3f3; + border-top: 10px solid #FF9800; border-radius: 50%; width: 50px; height: 50px; display: none; animation: spin 2s linear infinite; - } - - @keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(360deg); } - } +} -/* The Close Button */ +@keyframes spin { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } +} .close { color: #aaaaaa; diff --git a/js/content.js b/js/content.js index 46a518b9..a6f7dce1 100644 --- a/js/content.js +++ b/js/content.js @@ -45,7 +45,7 @@ $(function () { $("table").after(`