modified.
This commit is contained in:
parent
f4c777bb52
commit
ba226e7b25
1 changed files with 8 additions and 8 deletions
|
@ -1393,17 +1393,17 @@ margin-right: 10px;
|
|||
opacity: 1;
|
||||
display: block;
|
||||
}
|
||||
.mouse_hover_on{
|
||||
display: none;
|
||||
-webkit-transition: opacity 1s ease-out;
|
||||
opacity: 0;
|
||||
}
|
||||
/*.mouse_hover_on{*/
|
||||
/*display: none;*/
|
||||
/*-webkit-transition: opacity 1s ease-out;*/
|
||||
/*opacity: 0;*/
|
||||
/*}*/
|
||||
.mouse_hover1:hover .mouse_hover_on1{
|
||||
display: block;
|
||||
}
|
||||
.mouse_hover_on1{
|
||||
display: none;
|
||||
}
|
||||
/*.mouse_hover_on1{*/
|
||||
/*display: none;*/
|
||||
/*}*/
|
||||
.opacity_low {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue