From 7758f8993cdfc684a906a73a0a0828ab86d46087 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Sun, 31 Jul 2016 14:27:58 -0500 Subject: [PATCH] fixed asset image path for stylesheets --- app/assets/stylesheets/molecules/_forms.scss | 2 +- app/assets/stylesheets/molecules/_lists.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 app/assets/stylesheets/molecules/_forms.scss mode change 100755 => 100644 app/assets/stylesheets/molecules/_lists.scss diff --git a/app/assets/stylesheets/molecules/_forms.scss b/app/assets/stylesheets/molecules/_forms.scss old mode 100755 new mode 100644 index c35eb0e..ada651f --- a/app/assets/stylesheets/molecules/_forms.scss +++ b/app/assets/stylesheets/molecules/_forms.scss @@ -211,7 +211,7 @@ select { display: none; } &:not([multiple]) { - background-image: url(../../assets/images/icon-dropdownlist.png); + background-image: asset_data_url("icon-dropdownlist.png"); background-repeat: no-repeat; background-position: right 10px bottom 50%; -webkit-appearance: none; diff --git a/app/assets/stylesheets/molecules/_lists.scss b/app/assets/stylesheets/molecules/_lists.scss old mode 100755 new mode 100644 index 612780f..2e663ab --- a/app/assets/stylesheets/molecules/_lists.scss +++ b/app/assets/stylesheets/molecules/_lists.scss @@ -29,7 +29,7 @@ ul { position: absolute; top: 3px; left:0; - content:url('../../assets/images/icon-unorderedlistbullet.png'); + content: asset_data_url('icon-unorderedlistbullet.png'); } } }