From 96ada37730e17d8faf3751b20d8ccd8a26a66015 Mon Sep 17 00:00:00 2001 From: Chris Car Date: Tue, 5 Apr 2016 22:10:15 -0400 Subject: [PATCH] changed color of navigation arrows --- .../js/isvr_photosphere_menu_navigation.js | 2 +- themes/photosphere_viewer/templates/scene.blade.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/photosphere_viewer/js/isvr_photosphere_menu_navigation.js b/themes/photosphere_viewer/js/isvr_photosphere_menu_navigation.js index 2e47bd1..d2f4398 100644 --- a/themes/photosphere_viewer/js/isvr_photosphere_menu_navigation.js +++ b/themes/photosphere_viewer/js/isvr_photosphere_menu_navigation.js @@ -25,7 +25,7 @@ AFRAME.registerComponent('isvr-photosphere-menu-navigation', { var children = this.el.childNodes; for (var i = 0; i < children.length; i++) { if (children[i].tagName == 'A-PLANE') { - children[i].setAttribute('color', '#5b00f4'); + children[i].setAttribute('color', '#0080e5'); } } }).bind(this)); diff --git a/themes/photosphere_viewer/templates/scene.blade.php b/themes/photosphere_viewer/templates/scene.blade.php index c9bce23..086c8fb 100644 --- a/themes/photosphere_viewer/templates/scene.blade.php +++ b/themes/photosphere_viewer/templates/scene.blade.php @@ -18,7 +18,7 @@ id="cursor" position="0 0 -3.4" geometry="primitive: ring; radiusOuter: 0.10; radiusInner: 0.05;" - material="color: red; shader: flat;" + material="color: #0080e5; shader: flat;" visible="false"> @@ -28,8 +28,8 @@ @if (count($content['images_upload']['data']) > 3) - - + + @endif @if (count($content['images_upload']['data']) > 0) @@ -55,8 +55,8 @@ @endif @if (count($content['images_upload']['data']) > 3) - - + + @endif