Skip to content

Commit

Permalink
#124 Updating mask bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikabu committed May 17, 2020
1 parent 325b99d commit d4b982c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/options/res/options.css
Expand Up @@ -370,4 +370,8 @@ input[type="radio"]:hover + div, input[type="radio"]:hover + img, input[type="ra
.statusMsgDiv {
background-color: #5a5a5a;
}

#maskDiv {
background-color: rgba(25, 25, 25, 0.87) !important;
}
}

0 comments on commit d4b982c

Please sign in to comment.