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:
parent
b5675bb5f6
commit
6db9dbcf90
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue