From 30c31d979fb081122b67f9622f6b84369147b0ef Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Fri, 9 Apr 2021 09:29:30 +0200 Subject: [PATCH] Improve style. --- .../web/Debug/controlpi-debug.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/controlpi_plugins/web/Debug/controlpi-debug.css b/controlpi_plugins/web/Debug/controlpi-debug.css index 64d56da..e8e015f 100644 --- a/controlpi_plugins/web/Debug/controlpi-debug.css +++ b/controlpi_plugins/web/Debug/controlpi-debug.css @@ -15,7 +15,7 @@ .client { background-color: #bcdaf8; - border: 2px solid black; + border-radius: 4px; padding-right: 5px; padding-bottom: 5px; } @@ -61,7 +61,7 @@ display: flex; flex-direction: column; background-color: #79b5e7; - border: 1px solid black; + border-radius: 4px; padding-right: 2px; padding-bottom: 2px; } @@ -114,26 +114,23 @@ /* Form elements for commands */ /* ************************** */ input, select { - background-color: #35bfd3; -} -input::selection { - background-color: #d69ae2; + background-color: #a7e0ec; } input[readonly] { background-color: #79b5e7; } input:hover, input:focus, select:hover, select:focus { - background-color: #afa7ec; + background-color: #d7d2fb; +} +input[readonly]:hover, input[readonly]:focus { + background-color: #79b5e7; } input[type="submit"] { - border: 1px solid #0f4a53; + border: 1px solid black; border-radius: 12px; padding: 2px; } -input[type="submit"]:hover, input[type="submit"]:focus { - border: 1px solid #44405e; -} input[type="text"], input[type="number"] { min-width: 5px; -- 2.34.1