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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-11-27 00:40:09 -08:00 committed by James Valleroy
parent ddeeb59ed5
commit 656d754aee
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 */