diff --git a/app/styles/base.css b/app/styles/base.css index 41127940..7e5b6930 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -393,6 +393,9 @@ html { } .noVNC_button:disabled { opacity: 0.4; + /* See firefox bug regarding cursor on disabled : + https://bugzilla.mozilla.org/show_bug.cgi?id=1798304 */ + cursor: default; } .noVNC_button:focus { outline: none;