Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-13 22:28:44 -06:00 committed by GitHub
parent e1be361c48
commit 309616400a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 6 deletions

View File

@ -737,23 +737,20 @@ html {
} }
#noVNC_connect_dlg div { #noVNC_connect_dlg div {
padding: 12px; padding: 12px;
background-color: #C1C1FF; background-color: #C1C1FF;
color: #223; color: #223;
border-radius: 12px; border-radius: 12px;
text-align: center; text-align: center;
font-size: 20px; font-size: 30px;
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
} }
#noVNC_connect_button { #noVNC_connect_button {
width: 100%; width: 100%;
padding: 5px 30px; padding: 5px 30px;
text-transform: uppercase;
cursor: pointer; cursor: pointer;
background: #C1C1FF; background: #C1C1FF;
color: #223; color: #223;
letter-spacing: 0.06em;
/* This avoids it jumping around when :active */ /* This avoids it jumping around when :active */
vertical-align: middle; vertical-align: middle;
@ -766,6 +763,7 @@ html {
vertical-align: bottom; vertical-align: bottom;
color: #223; color: #223;
height: 1.3em; height: 1.3em;
margin-left: -27px !important;
} }
/* ---------------------------------------- /* ----------------------------------------