From 656d754aee5426f4b3f116dab04b296f1ff888be Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 27 Nov 2019 00:40:09 -0800 Subject: [PATCH] toolbar: Make diagnostics button looks like other drop down items - Use the same background color as drop down items. - Left align. - Use same padding. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 542d0b93d..89c1e7b30 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -149,6 +149,13 @@ body { width: 100%; border-radius: 0; border: none; + text-align: left; + padding: 3px 20px; +} + +.form-diagnostics-button .btn:hover, +.form-diagnostics-button .btn:focus { + background-color:#f5f5f5 } /* Hide log out button if user dropdown is available */