X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fanimationinspector.css;h=feb2637af44140c529b7042a3e11d034b34a6abc;hp=592239c2692f364a6465b26db3c8a70918df2d9a;hb=05148fedf8e9b1fa26d0ce0b22403289571a207b;hpb=2075203285bc0276d14a434d056cf90131188d44 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 {