mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Shadow on icons hover
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user