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 1/4] 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;
+}
From a55a7bc3e2f5e4f51fb83b1eaf15db44a493394f Mon Sep 17 00:00:00 2001
From: lalka2018 <99399973+lalka2016@users.noreply.github.com>
Date: Sun, 23 Apr 2023 21:09:23 +0300
Subject: [PATCH 2/4] hover to css
---
Web/Presenters/templates/Group/View.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml
index bc10caba..0543dc2d 100644
--- a/Web/Presenters/templates/Group/View.xml
+++ b/Web/Presenters/templates/Group/View.xml
@@ -119,7 +119,7 @@