From 7f403e3fe34d6d44b2995a3aeadba38bd870d649 Mon Sep 17 00:00:00 2001
From: hardiknasit25
Date: Fri, 5 Jul 2024 23:02:04 +0530
Subject: [PATCH 1/2] fix_bug_cursor_pointer
---
css/feedback.css | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/css/feedback.css b/css/feedback.css
index 9e623fb..72b7d8c 100644
--- a/css/feedback.css
+++ b/css/feedback.css
@@ -1,6 +1,7 @@
-*{
- cursor: url('/images/CURSOR1.png'),auto;
+* {
+ cursor: url('/images/CURSOR1.png'), auto;
}
+
body {
font-family: "Arial", sans-serif;
background-image: url("https://i.pinimg.com/originals/e6/c9/e3/e6c9e3d891aa56637847ba09c28fa00c.jpg");
@@ -69,12 +70,12 @@ body {
transition: color 0.2s;
}
-.star-rating input[type="radio"]:checked ~ label {
+.star-rating input[type="radio"]:checked~label {
color: #ff5c5c;
}
.star-rating label:hover,
-.star-rating label:hover ~ label {
+.star-rating label:hover~label {
color: #ff5c5c;
}
@@ -118,6 +119,7 @@ body {
.feedback-container .back-button a:hover {
text-decoration: underline;
+ cursor: pointer;
}
option {
@@ -153,4 +155,4 @@ option {
.swal-confirm-button:hover {
background-color: #ff3333;
-}
+}
\ No newline at end of file
From 433d7a2d26f18573922cd36b82ef007f0c998f42 Mon Sep 17 00:00:00 2001
From: hardiknasit25
Date: Fri, 5 Jul 2024 23:07:46 +0530
Subject: [PATCH 2/2] Set footer section
---
about.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/about.html b/about.html
index d33e226..8d618b5 100644
--- a/about.html
+++ b/about.html
@@ -565,9 +565,11 @@ Why Physi-c-Tech?
>
+
+
-
+