From ced6431ac576ba9c59cc2c47b6283c77aaf48d8b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 10 Mar 2022 16:27:17 +0100 Subject: [PATCH] Make credentials rules more specific This was a very broad selector, so it does not belong in a specific section like this. Do what all similar rules do and make it very targeted. --- app/styles/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 68729222..30ad08e5 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -868,7 +868,8 @@ select:active { #noVNC_credentials_dlg.noVNC_open { transform: translateY(0); } -.noVNC_hidden { +#noVNC_username_block.noVNC_hidden, +#noVNC_password_block.noVNC_hidden { display: none; }