mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15404] fix errors
PHPBB3-15404
This commit is contained in:
parent
83079a89c7
commit
2c58e7a8a9
2 changed files with 7 additions and 0 deletions
|
@ -1023,6 +1023,8 @@ input.disabled {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-disable at-rule-no-vendor-prefix */
|
||||||
|
|
||||||
@-webkit-keyframes colors {
|
@-webkit-keyframes colors {
|
||||||
0% {
|
0% {
|
||||||
stroke: #4285f4;
|
stroke: #4285f4;
|
||||||
|
@ -1045,6 +1047,9 @@ input.disabled {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-enable at-rule-no-vendor-prefix */
|
||||||
|
|
||||||
|
|
||||||
@keyframes colors {
|
@keyframes colors {
|
||||||
0% {
|
0% {
|
||||||
stroke: #4285f4;
|
stroke: #4285f4;
|
||||||
|
|
|
@ -1061,6 +1061,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
}
|
}
|
||||||
/* stylelint-enable no-unknown-animations */
|
/* stylelint-enable no-unknown-animations */
|
||||||
|
|
||||||
|
/* stylelint-disable at-rule-no-vendor-prefix */
|
||||||
@-webkit-keyframes rotator {
|
@-webkit-keyframes rotator {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
|
@ -1120,6 +1121,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
stroke-dashoffset: 187;
|
stroke-dashoffset: 187;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable at-rule-no-vendor-prefix */
|
||||||
|
|
||||||
|
|
||||||
/* Miscellaneous styles
|
/* Miscellaneous styles
|
||||||
|
|
Loading…
Add table
Reference in a new issue