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"])){

Basic Settings

-
+ -