X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fanimationinspector.css;h=feb2637af44140c529b7042a3e11d034b34a6abc;hb=61ec2e014248c54a6912fc57504eb5cd0a65058f;hp=592239c2692f364a6465b26db3c8a70918df2d9a;hpb=2075203285bc0276d14a434d056cf90131188d44;p=themes.git diff --git a/LCARStrek/browser/devtools/animationinspector.css b/LCARStrek/browser/devtools/animationinspector.css index 592239c2..feb2637a 100644 --- a/LCARStrek/browser/devtools/animationinspector.css +++ b/LCARStrek/browser/devtools/animationinspector.css @@ -99,6 +99,13 @@ body { } } +/* Disabled playerWidget when the animation has ended */ + +.finished { + pointer-events: none; + opacity: .5; +} + /* Animation title gutter, contains the name, duration, iteration */ .animation-title {