mirror of
https://github.com/openvk/openvk
synced 2024-11-15 11:39:13 +03:00
Merge 6efd36ad6e
into 91f30bd9d2
This commit is contained in:
commit
792c5191c4
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
|||
-o-transition: all 200ms ease-in-out;
|
||||
transition: all 200ms ease-in-out;
|
||||
}
|
||||
.avatar_controls
|
||||
{
|
||||
width:100%;
|
||||
height:100%;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
pointer-events:none;
|
||||
}
|
||||
.avatarDelete
|
||||
{
|
||||
position:absolute;
|
||||
|
@ -27,6 +35,7 @@
|
|||
border-radius: 0px 0px 0px 5px;
|
||||
opacity:0;
|
||||
cursor:pointer;
|
||||
pointer-events:all;
|
||||
}
|
||||
.avatarDelete img
|
||||
{
|
||||
|
@ -61,6 +70,7 @@ div.avatar_block:hover .avatar_variants
|
|||
color:white;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
pointer-events:all;
|
||||
}
|
||||
|
||||
.variant
|
||||
|
|
Loading…
Reference in a new issue