mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 16:51:00 +08: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;
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
color:black;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
#logout {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue