Commit 5cf97b91 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

changed image paths from css

parent 2c83bb25
...@@ -5666,7 +5666,7 @@ output { ...@@ -5666,7 +5666,7 @@ output {
.input-select { .input-select {
background-color: rgba(255, 255, 255, 0.04); 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; border-radius: 3px;
display: inline-block; display: inline-block;
width: 100%; } width: 100%; }
...@@ -12680,7 +12680,7 @@ button.close { ...@@ -12680,7 +12680,7 @@ button.close {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
background-color: white; background-color: white;
background-image: url("images/spinner2.gif"); background-image: url("../images/spinner2.gif");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 50%; background-position: 50% 50%;
background-size: cover; } background-size: cover; }
...@@ -14719,7 +14719,7 @@ button.close { ...@@ -14719,7 +14719,7 @@ button.close {
border: 1px solid rgba(255, 255, 255, 0.5); } border: 1px solid rgba(255, 255, 255, 0.5); }
.pro-teaser-colorpicker { .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-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
...@@ -14762,7 +14762,7 @@ button.close { ...@@ -14762,7 +14762,7 @@ button.close {
vertical-align: middle; vertical-align: middle;
text-align: center; } text-align: center; }
#space-loading .spinner { #space-loading .spinner {
background-image: url("images/hourglass.gif"); } background-image: url("../images/hourglass.gif"); }
#space-loading.active { #space-loading.active {
opacity: 1; } opacity: 1; }
...@@ -15365,11 +15365,11 @@ body:not(.present-mode) #space .artifact.selected { ...@@ -15365,11 +15365,11 @@ body:not(.present-mode) #space .artifact.selected {
.state-processing .spinner { .state-processing .spinner {
opacity: 1; opacity: 1;
background-image: url("images/hourglass.gif"); } background-image: url("../images/hourglass.gif"); }
.state-uploading .spinner { .state-uploading .spinner {
opacity: 0.8; opacity: 0.8;
background-image: url("images/hourglass.gif"); } background-image: url("../images/hourglass.gif"); }
.state-idle .spinner { .state-idle .spinner {
display: none; } display: none; }
......
...@@ -593,12 +593,12 @@ body:not(.present-mode) { ...@@ -593,12 +593,12 @@ body:not(.present-mode) {
.state-processing .spinner { .state-processing .spinner {
opacity: 1; opacity: 1;
background-image: url('images/hourglass.gif'); background-image: url('../images/hourglass.gif');
} }
.state-uploading .spinner { .state-uploading .spinner {
opacity: 0.8; opacity: 0.8;
background-image: url('images/hourglass.gif'); background-image: url('../images/hourglass.gif');
} }
.state-idle .spinner { .state-idle .spinner {
......
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
} }
.pro-teaser-colorpicker { .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-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
} }
.spinner { .spinner {
background-image: url('images/hourglass.gif'); background-image: url('../images/hourglass.gif');
} }
&.active { &.active {
......
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