From 2aec9724ff0986537440c086bc17cca9255f7519 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:07:29 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index 1a3aa578..74569d79 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -444,11 +444,11 @@ html { padding: 15px; - background: #fff; - border-radius: 10px; - color: #000; - border: 2px solid #E0E0E0; - box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); + background: #bebaff; + border-radius: 15px; + color: #223; + /* border: 2px solid #E0E0E0; */ + /* box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5); */ } .noVNC_panel.noVNC_open { visibility: visible; @@ -494,16 +494,19 @@ html { .noVNC_panel .noVNC_heading { background-color: rgb(110, 132, 163); - border-radius: 5px; + border-radius: 20px; + color: rgb(193 193 255); padding: 5px; /* Compensate for padding in image */ padding-right: 8px; color: white; font-size: 20px; white-space: nowrap; + background-color: #223; } .noVNC_panel .noVNC_heading img { vertical-align: bottom; + padding-right: 10px; } .noVNC_submit {