Merge pull request #1515 from andogit7/andogit7-MM-develop

Andogit7 mm develop
This commit is contained in:
Michael Teeuw
2019-01-08 09:34:50 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -137,7 +137,8 @@ Module.register("clock",{
clockCircle.style.backgroundSize = "100%";
// The following line solves issue: https://github.com/MichMich/MagicMirror/issues/611
clockCircle.style.border = "1px solid black";
// clockCircle.style.border = "1px solid black";
clockCircle.style.border = "rgba(0, 0, 0, 0.1)"; //Updated fix for Issue 611 where non-black backgrounds are used
} else if (this.config.analogFace != "none") {
clockCircle.style.border = "2px solid white";