From da29334083133267615d6f6a034b3ab0caab83b2 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:40:02 +0200 Subject: [PATCH] Fix accessibility: replace `div#startStopBtn` with `
Privacy
Server: diff --git a/examples/example-multipleServers-pretty.html b/examples/example-multipleServers-pretty.html index 43b3052..f6abc6d 100755 --- a/examples/example-multipleServers-pretty.html +++ b/examples/example-multipleServers-pretty.html @@ -117,6 +117,8 @@ function I(id){return document.getElementById(id);} color:#6060AA; background-color:rgba(0,0,0,0); border:0.15em solid #6060FF; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -205,7 +207,7 @@ function I(id){return document.getElementById(id);}

LibreSpeed Example

-
+
Selecting server...
diff --git a/examples/example-singleServer-customSettings.html b/examples/example-singleServer-customSettings.html index 1a06f89..cd465d2 100755 --- a/examples/example-singleServer-customSettings.html +++ b/examples/example-singleServer-customSettings.html @@ -66,6 +66,8 @@ function I(id){return document.getElementById(id);} color:#6060AA; background-color:rgba(0,0,0,0); border:0.15em solid #6060FF; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -151,7 +153,7 @@ function I(id){return document.getElementById(id);}

LibreSpeed Example

-
+
diff --git a/examples/example-singleServer-gauges.html b/examples/example-singleServer-gauges.html index 0b6c388..980adf4 100755 --- a/examples/example-singleServer-gauges.html +++ b/examples/example-singleServer-gauges.html @@ -127,6 +127,8 @@ function initUI(){ color:#6060AA; background-color:rgba(0,0,0,0); border:0.15em solid #6060FF; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -223,7 +225,7 @@ function initUI(){

LibreSpeed Example

-
+
diff --git a/examples/example-singleServer-modern.html b/examples/example-singleServer-modern.html index 7bb2e60..d3f8555 100644 --- a/examples/example-singleServer-modern.html +++ b/examples/example-singleServer-modern.html @@ -84,6 +84,8 @@ window.onload = function() { color:#fff; background-color:#007bff; border:none; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -188,7 +190,7 @@ window.onload = function() {

LibreSpeed

-
+
diff --git a/examples/example-singleServer-pretty.html b/examples/example-singleServer-pretty.html index eca431b..a347683 100755 --- a/examples/example-singleServer-pretty.html +++ b/examples/example-singleServer-pretty.html @@ -66,6 +66,8 @@ function I(id){return document.getElementById(id);} color:#6060AA; background-color:rgba(0,0,0,0); border:0.15em solid #6060FF; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -154,7 +156,7 @@ function I(id){return document.getElementById(id);}

LibreSpeed Example

-
+
diff --git a/examples/example-singleServer-progressBar.html b/examples/example-singleServer-progressBar.html index ce037b6..0e39cfd 100755 --- a/examples/example-singleServer-progressBar.html +++ b/examples/example-singleServer-progressBar.html @@ -68,6 +68,8 @@ function I(id){return document.getElementById(id);} color:#6060AA; background-color:rgba(0,0,0,0); border:0.15em solid #6060FF; + padding:0; + font:inherit; border-radius:0.3em; transition:all 0.3s; box-sizing:border-box; @@ -173,7 +175,7 @@ function I(id){return document.getElementById(id);}

LibreSpeed Example

-
+
diff --git a/index-classic.html b/index-classic.html index 6c2533d..d34f5d5 100644 --- a/index-classic.html +++ b/index-classic.html @@ -252,6 +252,8 @@ color: #6060AA; background-color: rgba(0, 0, 0, 0); border: 0.15em solid #6060FF; + padding: 0; + font: inherit; border-radius: 0.3em; transition: all 0.3s; box-sizing: border-box; @@ -490,7 +492,7 @@

Selecting a server...