From 9e9a6011f8a55f50570172b2db792b597a5c17cc Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 22 Aug 2020 17:08:20 -0500 Subject: [PATCH] Set the button background to transparent for now Ultimately this will probably be configurable, but for my usage I want it transparent so it doesn't cover up the background behind the module. --- MMM-MyQ.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMM-MyQ.css b/MMM-MyQ.css index 351fb61..628a1f9 100644 --- a/MMM-MyQ.css +++ b/MMM-MyQ.css @@ -1,5 +1,5 @@ .MMM-MyQ .control { - background: #000; + background: transparent; border: 1px solid #6c757d; font-size: .9rem; color: #fff;