From 1dc3bc16c9087fa51c983a76787d4df4082706e4 Mon Sep 17 00:00:00 2001
From: sainmas <135763141+sainmas@users.noreply.github.com>
Date: Tue, 5 Mar 2024 15:08:26 -0800
Subject: [PATCH] Small bug fixes for Sprint4
---
index.php | 3 ---
php/admin_announcement_submit.php | 8 +++++++-
styles/styles.css | 6 +++---
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/index.php b/index.php
index 8f2b739..b150ff4 100644
--- a/index.php
+++ b/index.php
@@ -204,9 +204,6 @@
createAppReminders($appReminders);
?>
-
-
-
diff --git a/php/admin_announcement_submit.php b/php/admin_announcement_submit.php
index 9954962..fd4eb90 100644
--- a/php/admin_announcement_submit.php
+++ b/php/admin_announcement_submit.php
@@ -18,7 +18,13 @@
diff --git a/styles/styles.css b/styles/styles.css
index 6b31904..d4ced21 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -309,7 +309,7 @@ nav a:hover {
border-color: var(--form-outline-color);
color: var(--font-color) !important;
border-radius: 4px;
- min-height: 30px;
+
}
input:-webkit-autofill,
@@ -473,7 +473,7 @@ table td {
background-color: #033a94;
}
-.app-list-item .btn-update:hover, .user-list-item .btn-update:hover {
+.app-list-item .btn-update:hover, .user-list-item .btn-update:hover, .admin-announcement .btn-update:hover {
background-color: #006225;
}
@@ -481,7 +481,7 @@ table td {
background-color: #d24747;
}
-.app-list-item .btn-delete:hover, .user-list-item .btn-delete:hover, .modal-delete:hover{
+.app-list-item .btn-delete:hover, .user-list-item .btn-delete:hover, .modal-delete:hover, .admin-announcement .btn-delete:hover{
background-color: #b42c2c;
}