Get rid of gradients on buttons and inputs

Lets make things more flat and modern.
This commit is contained in:
Samuel Mannehed
2025-01-12 01:29:06 +01:00
parent ca270efcc3
commit e9b48ae409
2 changed files with 16 additions and 17 deletions

View File

@@ -761,14 +761,14 @@ html {
border-color: var(--novnc-darkblue);
border-radius: 6px;
background: linear-gradient(to top, var(--novnc-blue), rgb(99, 119, 147));
background-color: var(--novnc-blue);
color: white;
/* This avoids it jumping around when :active */
vertical-align: middle;
}
#noVNC_connect_button:hover {
background: linear-gradient(to top, var(--novnc-blue), rgb(105, 125, 155));
background-color: var(--novnc-darkblue);
}
#noVNC_connect_button img {