diff --git a/Public/css/common.css b/Public/css/common.css
index f90a3ed..bc25d91 100644
--- a/Public/css/common.css
+++ b/Public/css/common.css
@@ -85,10 +85,14 @@
font-size: 90%;
font-weight: 600;
}
-
#debugger-button:hover {
background-color: #2222221a;
}
+#debugger-button:disabled {
+ background-color: #e9ecef;
+ color: #6c757d;
+ cursor: not-allowed;
+}
#debugger-regex {
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
diff --git a/Public/index.html b/Public/index.html
index 3f50ea4..13110c6 100644
--- a/Public/index.html
+++ b/Public/index.html
@@ -145,7 +145,8 @@
-