better path
This commit is contained in:
parent
f14f27abf6
commit
af857e45d3
3 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's kind of awesome at syncing music with your lights.</p>
|
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's kind of awesome at syncing music with your lights.</p>
|
||||||
|
|
||||||
<a href="#" {{action "isReady"}}>
|
<a href="#" {{action "isReady"}}>
|
||||||
<img src="assets/images/intro.jpeg" id="introPic" />
|
<img src="assets/images/intro.jpg" id="introPic" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}
|
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@ md-list-item .md-no-style {
|
||||||
// preload images
|
// preload images
|
||||||
#hueControls:after, md-progress-circular:after {
|
#hueControls:after, md-progress-circular:after {
|
||||||
display: none;
|
display: none;
|
||||||
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
|
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
|
|
@ -978,7 +978,7 @@ body.dimmerOn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background: url(images/favicon-96x96.png) center center no-repeat;
|
background: url(/favicon-96x96.png) center center no-repeat;
|
||||||
background-size: 40px 40px;
|
background-size: 40px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1071,7 +1071,7 @@ div.ember-modal-dialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
.displayIcon {
|
.displayIcon {
|
||||||
background:url(images/favicon-96x96.png) center center no-repeat;
|
background:url(/favicon-96x96.png) center center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.keyboard-arrow-down {
|
.keyboard-arrow-down {
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Reference in a new issue