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=d533ec21de421974d60dc2614105c2e439f34b49;hpb=368d0b7ff30fae6bb74e895e6fb8d1a182a1cb1c 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 {