Fix user modal transparency

This commit is contained in:
Chris Blanchard 2015-12-14 11:36:09 +00:00
parent 77d38cac5f
commit 3400904e19
1 changed files with 6 additions and 2 deletions

View File

@ -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;
}
}