From 0cb5f2341c69ef91020d1d2f397d28fe14d73335 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 11 Nov 2022 10:23:10 +0100 Subject: [PATCH] Fix indentation of comment in CSS --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 592313dc..2d836cd6 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -397,7 +397,7 @@ html { #noVNC_control_bar .noVNC_button:disabled { opacity: 0.4; /* See firefox bug regarding cursor on disabled : - https://bugzilla.mozilla.org/show_bug.cgi?id=1798304 */ + https://bugzilla.mozilla.org/show_bug.cgi?id=1798304 */ cursor: default; } #noVNC_control_bar .noVNC_button:focus {