mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Shadow on icons hover
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
06d846d99c
commit
640aede723
@ -1180,8 +1180,12 @@ li > dl > dt {
|
||||
text-align: center;
|
||||
flex: 10%;
|
||||
}
|
||||
#icons > blockquote > div > div:hover img {
|
||||
filter: drop-shadow(0 0 10px black);
|
||||
}
|
||||
#icons > blockquote > div img {
|
||||
margin: 10px;
|
||||
transition: filter 100ms ease-in-out;
|
||||
}
|
||||
#icons > blockquote > div p {
|
||||
font-size: inherit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user