mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: background shorthand warning
This commit is contained in:
@@ -2658,16 +2658,16 @@ body {
|
|||||||
}
|
}
|
||||||
.big-circle {
|
.big-circle {
|
||||||
margin: -88px;
|
margin: -88px;
|
||||||
animation-timing-function: ease;
|
animation: spin 3s ease infinite;
|
||||||
animation: spin 3s linear infinite;
|
-moz-animation: spin 3s ease infinite;
|
||||||
-moz-animation: spin 3s linear infinite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-circle {
|
.small-circle {
|
||||||
margin: -66px;
|
margin: -66px;
|
||||||
animation-timing-function: ease;
|
animation: spin 3s ease infinite;
|
||||||
animation: spin 3s linear infinite;
|
-moz-animation: spin 3s ease infinite;
|
||||||
-moz-animation: spin 3s linear infinite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark [class*="LabelList__name___"] {
|
.dark [class*="LabelList__name___"] {
|
||||||
text-shadow: 0 0 5px black;
|
text-shadow: 0 0 5px black;
|
||||||
}
|
}
|
||||||
@@ -2709,9 +2709,8 @@ body {
|
|||||||
}
|
}
|
||||||
.outer-circle {
|
.outer-circle {
|
||||||
margin: -108px;
|
margin: -108px;
|
||||||
animation-direction: alternate-reverse;
|
animation: spinback 1s linear infinite alternate-reverse;
|
||||||
animation: spinback 1s linear infinite;
|
-moz-animation: spinback 1s linear infinite alternate-reverse;
|
||||||
-moz-animation: spinback 1s linear infinite;
|
|
||||||
}
|
}
|
||||||
@-moz-keyframes spin {
|
@-moz-keyframes spin {
|
||||||
100% {
|
100% {
|
||||||
|
|||||||
Reference in New Issue
Block a user