diff --git a/desktop/static/offline.html b/desktop/static/offline.html index 075478aad51..975c290492d 100644 --- a/desktop/static/offline.html +++ b/desktop/static/offline.html @@ -85,6 +85,12 @@ background-color: #722ed1; } + input[type="submit"]:disabled { + background-color: gray; + color: lightgray; + cursor: not-allowed; + } + @@ -94,8 +100,8 @@ Flipper is not running in the background

It can be started by clicking the button below.

-
- + +

@@ -117,6 +123,24 @@