Tweak design of noVNC connect button

Make the color contrast with the background and the button more rounded.
The goal is to make the button stand out.
This commit is contained in:
Samuel Mannehed 2025-01-14 10:29:25 +01:00
parent b5675bb5f6
commit 6db9dbcf90
1 changed files with 3 additions and 3 deletions

View File

@ -737,9 +737,9 @@ html {
} }
} }
#noVNC_connect_dlg div { #noVNC_connect_dlg div {
padding: 12px; padding: 18px;
background-color: var(--novnc-blue); background-color: var(--novnc-darkgrey);
border-radius: 12px; border-radius: 12px;
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
@ -751,7 +751,7 @@ html {
padding: 6px 30px; padding: 6px 30px;
cursor: pointer; cursor: pointer;
border-color: transparent; border-color: transparent;
border-radius: 6px; border-radius: 12px;
background-color: var(--novnc-blue); background-color: var(--novnc-blue);
color: white; color: white;