diff interfaces/ape.css @ 3041:0a5f34a5eec6

Implemented #78 for APE. Plus some APE fixes
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 26 Sep 2017 14:02:34 +0100
parents be845c47bdaf
children
line wrap: on
line diff
--- a/interfaces/ape.css	Tue Sep 26 11:52:43 2017 +0100
+++ b/interfaces/ape.css	Tue Sep 26 14:02:34 2017 +0100
@@ -26,7 +26,6 @@
 }
 div.slider {
     /* Specify any structure for the slider holder interface */
-    background-color: #eee;
     height: 150px;
     margin: 5px 50px;
     -moz-user-select: -moz-none;
@@ -61,6 +60,12 @@
     -webkit-user-select: none;
     border: 1px solid black;
 }
+canvas.tick-canvas {
+    z-index: -1;
+    position: absolute;
+    height: 150px;
+    background-color: #eee;
+}
 div#outside-reference-holder {
     display: flex;
     align-content: center;