Drop shadow added to images in details view
This commit is contained in:
parent
7914d09676
commit
f2552736dc
1 changed files with 9 additions and 1 deletions
|
|
@ -768,7 +768,15 @@ html, body {
|
|||
|
||||
img
|
||||
{
|
||||
filter: drop-shadow( 0px 0px 5px #888888 );
|
||||
box-shadow: 0px 0px 5px #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.fancybox
|
||||
{
|
||||
img
|
||||
{
|
||||
box-shadow: 0px 0px 5px #000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue