From acbf78cc078e718afa99e60c3086c9761444e7a3 Mon Sep 17 00:00:00 2001 From: Cristian Rey Date: Sun, 11 Feb 2024 09:22:57 -0500 Subject: [PATCH] modalbutton opacity --- docs/styles.css | 1 + styles.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/styles.css b/docs/styles.css index 06b471b..3b11aae 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -314,6 +314,7 @@ padding: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-y: hidden; + background-color: rgba(255,255, 255, 0.8); } .triangleIcon { diff --git a/styles.css b/styles.css index 06b471b..3b11aae 100644 --- a/styles.css +++ b/styles.css @@ -314,6 +314,7 @@ padding: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-y: hidden; + background-color: rgba(255,255, 255, 0.8); } .triangleIcon {