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