Skip to content

Commit

Permalink
Tweak design of noVNC connect button
Browse files Browse the repository at this point in the history
Make the color contrast with the background and the button more rounded.
The goal is to make the button stand out more.
  • Loading branch information
samhed committed Jan 14, 2025
1 parent 07e5335 commit b90a218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,9 @@ html {
}
}
#noVNC_connect_dlg div {
padding: 12px;
padding: 18px;

background-color: var(--novnc-blue);
background-color: var(--novnc-darkgrey);
border-radius: var(--large-border-radius);
text-align: center;
font-size: 20px;
Expand All @@ -753,7 +753,7 @@ html {
cursor: pointer;

border: var(--border-width) solid var(--novnc-darkblue);
border-radius: var(--small-border-radius);
border-radius: var(--large-border-radius);

background-color: var(--novnc-blue);
color: white;
Expand Down

0 comments on commit b90a218

Please sign in to comment.