Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/spectre.css')
-rw-r--r--dist/spectre.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/spectre.css b/dist/spectre.css
index 6c59eb6..f6737fb 100644
--- a/dist/spectre.css
+++ b/dist/spectre.css
@@ -3391,6 +3391,7 @@ a.text-error:visited {
.loading::after {
animation: loading 500ms infinite linear;
+ background: transparent;
border: .1rem solid #5755d9;
border-radius: 50%;
border-right-color: transparent;
@@ -3401,6 +3402,8 @@ a.text-error:visited {
left: 50%;
margin-left: -.4rem;
margin-top: -.4rem;
+ opacity: 1;
+ padding: 0;
position: absolute;
top: 50%;
width: .8rem;