Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 01:05:11 -06:00 committed by GitHub
parent c966637c53
commit 9d2a0d9f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -242,7 +242,7 @@ html {
transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;
background-color: #0A0A16; background-color: #0A0A16;
border-radius: 0 10px 10px 0; border-radius: 20px;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -250,7 +250,7 @@ html {
} }
#noVNC_control_bar.noVNC_open { #noVNC_control_bar.noVNC_open {
/* box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); */ /* box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); */
left: 0; left: 10px;
} }
#noVNC_control_bar::before { #noVNC_control_bar::before {
/* This extra element is to get a proper shadow */ /* This extra element is to get a proper shadow */
@ -268,10 +268,10 @@ html {
} }
.noVNC_right #noVNC_control_bar { .noVNC_right #noVNC_control_bar {
left: 100%; left: 100%;
border-radius: 10px 0 0 10px; border-radius: 25px;
} }
.noVNC_right #noVNC_control_bar.noVNC_open { .noVNC_right #noVNC_control_bar.noVNC_open {
left: 0; left: -10px;
} }
.noVNC_right #noVNC_control_bar::before { .noVNC_right #noVNC_control_bar::before {
visibility: hidden; visibility: hidden;
@ -390,8 +390,8 @@ html {
#noVNC_control_bar .noVNC_button { #noVNC_control_bar .noVNC_button {
padding: 4px 4px; padding: 4px 4px;
vertical-align: middle; vertical-align: middle;
border:1px solid rgba(255, 255, 255, 0.2); border: 0px;
border-radius: 6px; border-radius: 20px;
background-color: transparent; background-color: transparent;
background-image: unset; /* we don't want the gradiant from input.css */ background-image: unset; /* we don't want the gradiant from input.css */
} }