Commit 3c2700e6 authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

changed heatmap pointers to white

parent bc636817
<svg baseProfile="full" class="svg" contentStyleType="text/css" preserveAspectRatio="none" version="1.2" viewBox="0 0 100 100" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify">
<polygon class="tab" fill="#666" points="5.0,10.0 10.0,5.0 90.0,5.0 95.0,10.0 95.0,70.0 50.0,95.0 5.0,70.0" stroke-linejoin="bevel" stroke-width="1px" stroke="black" vector-effect="non-scaling-stroke"></polygon>
<polygon class="tab" fill="#fffffa" points="5.0,10.0 10.0,5.0 90.0,5.0 95.0,10.0 95.0,70.0 50.0,95.0 5.0,70.0" stroke-linejoin="bevel" stroke-width="1px" stroke="#999" vector-effect="non-scaling-stroke"></polygon>
<polygon class="insert" fill="#FFEA00" points="95.0,65.0 50.0,90.0 5.0,65.0" stroke-linejoin="bevel" stroke-width=".5px" stroke="black" vector-effect="non-scaling-stroke" visibility="hidden"></polygon>
</svg>
\ No newline at end of file
</svg>
<svg baseProfile="full" class="svg" contentScriptType="text/ecmascript" contentStyleType="text/css" preserveAspectRatio="none" version="1.2" viewBox="0 0 100 100" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" zoomAndPan="disable">
<polygon class="tab" fill="#666" points="20.0,95.0 5.0,50.0 20.0,5.0 90.0,5.0 95.0,15.0 95.0,85.0 90.0,95.0" stroke-linejoin="bevel" stroke-width="1px" stroke="black" vector-effect="non-scaling-stroke"></polygon>
<polygon class="tab" fill="#fffffa" points="20.0,95.0 5.0,50.0 20.0,5.0 90.0,5.0 95.0,15.0 95.0,85.0 90.0,95.0" stroke-linejoin="bevel" stroke-width="1px" stroke="#999" vector-effect="non-scaling-stroke"></polygon>
<polygon class="insert" fill="#FFEA00" points="25.0,95.0 10.0,50.0 25.0,5.0" stroke-linejoin="bevel" stroke-width=".5px" stroke="black" vector-effect="non-scaling-stroke" visibility="hidden"></polygon>
</svg>
<svg baseProfile="full" class="svg" contentStyleType="text/css" preserveAspectRatio="none" version="1.2" viewBox="0 0 100 100" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify">
<polygon class="tab" fill="#666" points="5.0,90.0 10.0,95.0 90.0,95.0 95.0,90.0 95.0,30.0 50.0,5.0 5.0,30.0" stroke-linejoin="bevel" stroke="black" stroke-width="1px" vector-effect="non-scaling-stroke"></polygon>
<polygon class="tab" fill="#fffffa" points="5.0,90.0 10.0,95.0 90.0,95.0 95.0,90.0 95.0,30.0 50.0,5.0 5.0,30.0" stroke-linejoin="bevel" stroke="#999" stroke-width="1px" vector-effect="non-scaling-stroke"></polygon>
<polygon class="insert" fill="#FFEA00" points="95.0,35.0 50.0,10.0 5.0,35.0" stroke-linejoin="bevel" stroke-width=".5px" stroke="black" vector-effect="non-scaling-stroke" visibility="hidden"></polygon>
</svg>
\ No newline at end of file
</svg>
......@@ -43,8 +43,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
@include transition-duration(1s, .2s);
@include perspective(100px);
margin-top: -1em; // TODO: Less janking v-align
color: rgb(238, 238, 238);
cursor: pointer;
// color: rgb(238, 238, 238);
color: #666;
left: 0px;
position: fixed;
height: 20.1px;
......@@ -67,7 +67,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
font-size: 13.1px;
position: absolute;
text-decoration: none;
text-shadow: 1px 1px 1px rgb(51, 51, 51);
text-shadow: 1px 1px 1px #eee;
@include single-transition(transform, 1s);
left: 10px;
right: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment