From 3d5a52423baba0c732e3a2590b85e03f84dacc01 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Fri, 27 May 2022 16:36:17 -0400 Subject: [PATCH] Config update button --- homepage/style.css | 6 ++++++ scripts/config.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index aafb3ba..61b4109 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -82,6 +82,12 @@ button { transition:background-color 0.2s; } +.disabled{ + cursor: not-allowed; + pointer-events: none; + opacity:0.5; +} + button:hover { color: blue; } diff --git a/scripts/config.php b/scripts/config.php index bd55200..428df35 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -117,7 +117,7 @@ if(isset($_GET["latitude"])){