From 3400904e19477d1a0dd1101b858c16b336781a33 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Mon, 14 Dec 2015 11:36:09 +0000 Subject: [PATCH] Fix user modal transparency --- public/css/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index cb41cd5..fd262ea 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -4,7 +4,11 @@ html, body { /* Christmas stuff starts here*/ .panel { - opacity: 0.9; + background-color: rgba(26,55,79,0.9) !important; +} + +.panel-footer { + background-color: rgba(26,55,79,0.9) !important; } canvas { @@ -219,4 +223,4 @@ canvas { .music-select { padding: 0 15px; -} \ No newline at end of file +}