mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
hover from attributes to css
This commit is contained in:
parent
0bea55f383
commit
2fdbd430a4
1 changed files with 17 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*avatar controls idk*/
|
/*avatar controls*/
|
||||||
#avatarEdit
|
#avatarEdit
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -38,11 +38,20 @@
|
||||||
{
|
{
|
||||||
color:#B2B2B2;
|
color:#B2B2B2;
|
||||||
}
|
}
|
||||||
|
#_newPicture:hover
|
||||||
|
{
|
||||||
|
color: #D9D9D9;
|
||||||
|
}
|
||||||
.newpict
|
.newpict
|
||||||
{
|
{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
margin-left:0;
|
text-align:center;
|
||||||
margin-right:0;
|
left:20%;
|
||||||
|
top:75%;
|
||||||
|
}
|
||||||
|
.newpict:hover
|
||||||
|
{
|
||||||
|
color:#5680a0;
|
||||||
}
|
}
|
||||||
#groupAvatarChange
|
#groupAvatarChange
|
||||||
{
|
{
|
||||||
|
@ -60,4 +69,8 @@
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:0;
|
left:0;
|
||||||
margin-left:20px;
|
margin-left:20px;
|
||||||
}
|
}
|
||||||
|
#_newAvatarPicture:hover
|
||||||
|
{
|
||||||
|
color:#D9D9D9;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue