]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
fix: correct bubble.png path in minified CSS origin/feature_filippov_2026-02-26_fix_bubble_png_path
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Thu, 26 Feb 2026 16:43:48 +0000 (19:43 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Thu, 26 Feb 2026 16:43:48 +0000 (19:43 +0300)
Minified CSS in web/min/ referenced ../images/png/bubble.png which
resolved to a non-existent web/images/png/ directory, causing 404.
Fixed to ../azea/assets/images/png/bubble.png where the file actually exists.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
erp24/web/min/css_1646055591.css
erp24/web/min/css_1646055591.nogz.css

index 5140713d30e12a0f6553a9f65f264413d7af11e4..29e3970a8c13bd79edc2df54c1c77d7ced5d9944 100644 (file)
@@ -1840,7 +1840,7 @@ hr.divider:after {
     position: absolute;
     width: 100px;
     height: 100px;
-    background-image: url(../images/png/bubble.png);
+    background-image: url(../azea/assets/images/png/bubble.png);
     background-position: center;
     background-size: cover;
 }
index bf70b224f6e4233eb45cc00bd54b48dc3ff5e75c..c78d7fed3f044cb9b2c27830e24237352d4b476a 100644 (file)
@@ -1840,7 +1840,7 @@ hr.divider:after {
     position: absolute;
     width: 100px;
     height: 100px;
-    background-image: url(../images/png/bubble.png);
+    background-image: url(../azea/assets/images/png/bubble.png);
     background-position: center;
     background-size: cover;
 }