mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
adjust the button color on focus
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1d1d462bc0
commit
3bff5f2851
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@ a {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:focus {
|
||||||
|
color:black;
|
||||||
|
border: 2px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
#logout {
|
#logout {
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue