From 2635f89f35c2c7752a955972b38c60e3a2193452 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 13 Dec 2021 16:45:42 -0500 Subject: [PATCH] Tweak CSS for route filtering. --- webroot/css/toolbar.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/webroot/css/toolbar.css b/webroot/css/toolbar.css index dd23d8ec..99e9fbe4 100644 --- a/webroot/css/toolbar.css +++ b/webroot/css/toolbar.css @@ -513,11 +513,13 @@ pre, top: 2px; } .btn-primary:hover { - cursor:pointer; + cursor: pointer; } .toggle-plugin-route-active { - background-color: #fff; - color: #2a6496; + background-color: #fff !important; + color: #555; + border-color: #6f6f6f; + box-shadow: 0 2px 0 #6f6f6f; } #loader { @@ -619,11 +621,7 @@ pre, .debugkit-plugin-routes-button-wrapper { display: flex; + gap: 5px; flex-wrap: wrap; - justify-content: center; margin: 0 -5px; } - -.debugkit-plugin-routes-button-wrapper button { - margin: 5px; -}