From 2fdbd430a4f062ac11e306ca697533f7f6833b40 Mon Sep 17 00:00:00 2001 From: lalka2018 <99399973+lalka2016@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:07:50 +0300 Subject: [PATCH] hover from attributes to css --- Web/static/css/avataredit.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/Web/static/css/avataredit.css b/Web/static/css/avataredit.css index 9f9c6a52..8e64a3ab 100644 --- a/Web/static/css/avataredit.css +++ b/Web/static/css/avataredit.css @@ -1,4 +1,4 @@ -/*avatar controls idk*/ +/*avatar controls*/ #avatarEdit { position: relative; @@ -38,11 +38,20 @@ { color:#B2B2B2; } +#_newPicture:hover +{ + color: #D9D9D9; +} .newpict { position:absolute; - margin-left:0; - margin-right:0; + text-align:center; + left:20%; + top:75%; +} +.newpict:hover +{ + color:#5680a0; } #groupAvatarChange { @@ -60,4 +69,8 @@ position:absolute; left:0; margin-left:20px; -} \ No newline at end of file +} +#_newAvatarPicture:hover +{ + color:#D9D9D9; +}