diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 178a223680d23c6138cbd51aec7c492beb3f070f..289e6a0a115b1488e5318d6c0cc075524c02264c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -5666,7 +5666,7 @@ output { .input-select { background-color: rgba(255, 255, 255, 0.04); - background-image: url("images/select_arrow.gif"); + background-image: url("../images/select_arrow.gif"); border-radius: 3px; display: inline-block; width: 100%; } @@ -12680,7 +12680,7 @@ button.close { position: absolute; z-index: 0; background-color: white; - background-image: url("images/spinner2.gif"); + background-image: url("../images/spinner2.gif"); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; } @@ -14719,7 +14719,7 @@ button.close { border: 1px solid rgba(255, 255, 255, 0.5); } .pro-teaser-colorpicker { - background-image: image-url("images/pro-teaser-colorpicker.png"); + background-image: image-url("../images/pro-teaser-colorpicker.png"); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -14762,7 +14762,7 @@ button.close { vertical-align: middle; text-align: center; } #space-loading .spinner { - background-image: url("images/hourglass.gif"); } + background-image: url("../images/hourglass.gif"); } #space-loading.active { opacity: 1; } @@ -15365,11 +15365,11 @@ body:not(.present-mode) #space .artifact.selected { .state-processing .spinner { opacity: 1; - background-image: url("images/hourglass.gif"); } + background-image: url("../images/hourglass.gif"); } .state-uploading .spinner { opacity: 0.8; - background-image: url("images/hourglass.gif"); } + background-image: url("../images/hourglass.gif"); } .state-idle .spinner { display: none; } diff --git a/styles/artifact.scss b/styles/artifact.scss index 8d79edbc604189632dff486d14ae6bc96f1e1d32..40e9462446a4cd4477f3ad7bf264da33f10e8b1b 100644 --- a/styles/artifact.scss +++ b/styles/artifact.scss @@ -593,12 +593,12 @@ body:not(.present-mode) { .state-processing .spinner { opacity: 1; - background-image: url('images/hourglass.gif'); + background-image: url('../images/hourglass.gif'); } .state-uploading .spinner { opacity: 0.8; - background-image: url('images/hourglass.gif'); + background-image: url('../images/hourglass.gif'); } .state-idle .spinner { diff --git a/styles/space-sections.scss b/styles/space-sections.scss index 81522816b9c9c68f14872d9ed5006d3d023731ef..7b4396685a50df15c886d5bb944a0243906b0167 100644 --- a/styles/space-sections.scss +++ b/styles/space-sections.scss @@ -324,7 +324,7 @@ } .pro-teaser-colorpicker { - background-image: image-url("images/pro-teaser-colorpicker.png"); + background-image: image-url("../images/pro-teaser-colorpicker.png"); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -378,7 +378,7 @@ } .spinner { - background-image: url('images/hourglass.gif'); + background-image: url('../images/hourglass.gif'); } &.active {