From 0c7492b94d782f251d7744f106da98c1dff3ecaf Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 22 May 2012 15:58:34 -0700 Subject: [PATCH] DG MS; add hatched texture to new stream [ci skip] --- app/assets/stylesheets/new_styles/_canvas.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index a42dd6072..76a0738dc 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -374,11 +374,13 @@ .background { @include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8)); position : fixed; - background-color : cyan; height : 100%; width : 100%; - background-color : #333; + background : { + color : #333; + image : image_url("hatched-bg-dark.png"); + } } }