diff ape.css @ 864:54c1fb5ca218

Feature #1327: Elements start out grey until the audioObject states it is ready. Requires all interfaceDOM nodes to have member enable().
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Thu, 23 Jul 2015 09:51:26 +0100
parents 2986718bc7b8
children 99cb3436759e
line wrap: on
line diff
--- a/ape.css	Thu Jul 23 09:37:27 2015 +0100
+++ b/ape.css	Thu Jul 23 09:51:26 2015 +0100
@@ -68,6 +68,10 @@
 	background-color: rgb(100,200,100);
 }
 
+div.track-slider-disabled {
+	background-color: rgb(100,100,100);
+}
+
 div.track-slider-playing {
 	background-color: #FF0000;
 }