second part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / devtools / animationinspector.css
index 592239c2692f364a6465b26db3c8a70918df2d9a..feb2637af44140c529b7042a3e11d034b34a6abc 100644 (file)
@@ -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 {