From f290489d96bb1a105f32686f1a1d1d63735a87cd Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 5 Jan 2016 10:47:10 +0000 Subject: [PATCH] Issue #2643636 by hass: dialog.css: ajax-progress-throbber URL is incorrect --- core/themes/classy/css/components/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/classy/css/components/dialog.css b/core/themes/classy/css/components/dialog.css index d45d34b1cb3d..179310836179 100644 --- a/core/themes/classy/css/components/dialog.css +++ b/core/themes/classy/css/components/dialog.css @@ -56,7 +56,7 @@ top: 48.5%; z-index: 1000; background-color: #232323; - background-image: url(loading-small.gif); + background-image: url(../../../../misc/loading-small.gif); background-position: center center; background-repeat: no-repeat; border-radius: 7px;