mirror of
https://github.com/friendica/friendica
synced 2025-01-11 08:04:44 +00:00
slackr drop shadows extended
This commit is contained in:
parent
c53674d367
commit
0faa0c2ab1
1 changed files with 15 additions and 1 deletions
|
@ -44,4 +44,18 @@ nav #site-location {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
box-shadow: 3px 3px 10px 0 #000000;
|
box-shadow: 3px 3px 10px 0 #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-page-list img {
|
||||||
|
border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
box-shadow: 3px 3px 10px -2px #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img {
|
||||||
|
border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
box-shadow: 3px 3px 10px 0 #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue