prettyphoto title / overlay z-index
This commit is contained in:
parent
890f1ad27e
commit
7d03676cde
File diff suppressed because one or more lines are too long
|
@ -26,6 +26,9 @@ div.pp_woocommerce {
|
|||
.pp_loaderIcon {
|
||||
background: url(../images/ajax-loader.gif) center no-repeat;
|
||||
}
|
||||
div.ppt {
|
||||
color: black;
|
||||
}
|
||||
.pp_gallery {
|
||||
ul {
|
||||
li {
|
||||
|
@ -185,7 +188,7 @@ div.pp_woocommerce {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9500;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
div.pp_pic_holder {
|
||||
|
|
Loading…
Reference in New Issue