Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 14:07:29 -06:00 committed by GitHub
parent 9c030951a9
commit 2aec9724ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 6 deletions

View File

@ -444,11 +444,11 @@ html {
padding: 15px; padding: 15px;
background: #fff; background: #bebaff;
border-radius: 10px; border-radius: 15px;
color: #000; color: #223;
border: 2px solid #E0E0E0; /* border: 2px solid #E0E0E0; */
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); /* box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); */
} }
.noVNC_panel.noVNC_open { .noVNC_panel.noVNC_open {
visibility: visible; visibility: visible;
@ -494,16 +494,19 @@ html {
.noVNC_panel .noVNC_heading { .noVNC_panel .noVNC_heading {
background-color: rgb(110, 132, 163); background-color: rgb(110, 132, 163);
border-radius: 5px; border-radius: 20px;
color: rgb(193 193 255);
padding: 5px; padding: 5px;
/* Compensate for padding in image */ /* Compensate for padding in image */
padding-right: 8px; padding-right: 8px;
color: white; color: white;
font-size: 20px; font-size: 20px;
white-space: nowrap; white-space: nowrap;
background-color: #223;
} }
.noVNC_panel .noVNC_heading img { .noVNC_panel .noVNC_heading img {
vertical-align: bottom; vertical-align: bottom;
padding-right: 10px;
} }
.noVNC_submit { .noVNC_submit {