diff ape.css @ 2014:fdc795acf048

Feature #1253: Comment box backgrounds light up when selected track playing. Colours for sliders and comment boxes now in ape.css for quick adjustments
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 10:16:04 +0100
parents f2ef4be20d7f
children 4a0bfa7bef24
line wrap: on
line diff
--- a/ape.css	Mon Jun 01 09:46:51 2015 +0100
+++ b/ape.css	Mon Jun 01 10:16:04 2015 +0100
@@ -72,3 +72,11 @@
 	background-color: rgb(100,200,100);
 }
 
+div.track-slider-playing {
+	background-color: #FF0000;
+}
+
+div.comment-box-playing {
+	background-color: #FFDDDD;
+}
+