mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(fastapi): fix new Logout nav item css
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
69eb17cb0d
commit
fd8d23a379
1 changed files with 6 additions and 3 deletions
|
@ -231,16 +231,19 @@ input#search-action-submit {
|
|||
}
|
||||
|
||||
/* Styling used to clone <a> styles for a form.link button. */
|
||||
form.link, form.link > button {
|
||||
form.link, form.link button {
|
||||
display: inline-block;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
form.link > button {
|
||||
form.link button {
|
||||
padding: 0 0.5em;
|
||||
color: #07b;
|
||||
background: none;
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
form.link > button:hover {
|
||||
form.link button:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue