modified : thumb hover effect added
This commit is contained in:
parent
e49a752b47
commit
bc910f24dd
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
{if $display_type == "view_collection"}
|
||||
|
||||
<div class="collectItemBox">
|
||||
<div class="collectItemBox relative">
|
||||
{if $type == "videos"}
|
||||
|
||||
<div class="the_item col-md-2 col-lg-2 col-sm-4 col-xs-6">
|
||||
|
|
|
@ -1801,7 +1801,7 @@ a:hover {
|
|||
color: #FFFFFF;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
height: 41px;
|
||||
height: 41px !important;
|
||||
left: 0;
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue