From: Benjamin Braatz Date: Fri, 9 Apr 2021 07:29:30 +0000 (+0200) Subject: Improve style. X-Git-Tag: v0.3.0~27 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=30c31d979fb081122b67f9622f6b84369147b0ef;p=graphit%2Fcontrolpi-wsserver.git Improve style. --- 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;