From 9057e4d5e2a1427bbbc0e6c78be4f1276be2ed5d Mon Sep 17 00:00:00 2001 From: Brandon Hilkert Date: Mon, 17 Jan 2022 17:10:55 -0800 Subject: [PATCH] Dashboard CSS tweaks for consistency/improvements --- web/assets/stylesheets/application-dark.css | 2 -- web/assets/stylesheets/application.css | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/assets/stylesheets/application-dark.css b/web/assets/stylesheets/application-dark.css index 3d050392f..4af1935eb 100644 --- a/web/assets/stylesheets/application-dark.css +++ b/web/assets/stylesheets/application-dark.css @@ -87,8 +87,6 @@ input { .summary_bar .summary { background-color: #222; border: 1px solid #555; - - box-shadow: 0 0 5px rgba(255, 255, 255, 0.1); } .navbar-default { diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index e459b70ea..7535ce2a6 100644 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -21,7 +21,7 @@ body { a { color: #b1003e; } -a:active, a:hover { +a:active, a:hover, a:focus { color: #4b001a; } @@ -89,11 +89,10 @@ header.row .pagination { .summary_bar .summary { margin-top: 12px; background-color: #fff; - box-shadow: 0 0 5px rgba(50, 50, 50, 0.25); border-radius: 4px; + border: 1px solid rgba(0, 0, 0, 0.1); padding: 8px; margin-bottom: 10px; - border-width: 0; } .poll-wrapper { margin: 9px; @@ -362,6 +361,7 @@ img.smallogo { text-align: center; margin-right: 20px; border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 4px; padding: 5px; width: 150px; margin-bottom: 20px; @@ -417,8 +417,6 @@ span.current-interval { div.interval-slider input { width: 160px; - height: 3px; - margin-top: 5px; border-radius: 2px; background: currentcolor; }