X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fanimationinspector.css;h=dd24562f2c447a6ffcc628ffe18a2ec165f00adf;hp=feb2637af44140c529b7042a3e11d034b34a6abc;hb=a5cb6e534c9872ab3dc646ab44fa35b61775537d;hpb=2da629dfcaec1480ee529538d06b575e4a676028 diff --git a/LCARStrek/browser/devtools/animationinspector.css b/LCARStrek/browser/devtools/animationinspector.css index feb2637a..dd24562f 100644 --- a/LCARStrek/browser/devtools/animationinspector.css +++ b/LCARStrek/browser/devtools/animationinspector.css @@ -99,13 +99,6 @@ body { } } -/* Disabled playerWidget when the animation has ended */ - -.finished { - pointer-events: none; - opacity: .5; -} - /* Animation title gutter, contains the name, duration, iteration */ .animation-title { @@ -185,6 +178,7 @@ body { .timeline .rate { -moz-appearance: none; text-align: center; + color: var(--theme-body-color); border-right: 1px solid var(--theme-splitter-color); }