mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
ddeeb59ed5
commit
656d754aee
@ -149,6 +149,13 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
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 */
|
/* Hide log out button if user dropdown is available */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user