aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/refinery/blog/frontend.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/refinery/blog/frontend.css.scss')
-rw-r--r--app/assets/stylesheets/refinery/blog/frontend.css.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/refinery/blog/frontend.css.scss b/app/assets/stylesheets/refinery/blog/frontend.css.scss
index 59a1180..f520f0c 100644
--- a/app/assets/stylesheets/refinery/blog/frontend.css.scss
+++ b/app/assets/stylesheets/refinery/blog/frontend.css.scss
@@ -65,7 +65,7 @@
&.flash_notice, &.flash_message {
border: 1px solid #00A017;
color: #00A017;
- background: 7px 7px no-repeat image_url('refinery/blog/icons/accept.png') #E0F5E0;
+ background: 7px 7px no-repeat image_url('refinery/icons/accept.png') #E0F5E0;
}
&.flash_notice #flash_close, &.flash_error #flash_close {
text-transform: lowercase;
@@ -88,7 +88,7 @@
&.flash_error {
border: 1px solid #A00027;
color: #A00027;
- background: 7px 7px no-repeat image_url('refinery/blog/icons/cancel.png') #FFB1B1;
+ background: 7px 7px no-repeat image_url('refinery/icons/cancel.png') #FFB1B1;
a {
&, &:hover {
display: none;