updated the header to show the page name
This commit is contained in:
@@ -392,4 +392,21 @@ body.dark-mode .popup-content {
|
||||
|
||||
.delete-confirm-btn:hover {
|
||||
background-color: #c82333;
|
||||
}
|
||||
|
||||
.go-to-dashboard-btn {
|
||||
margin-left: 10px;
|
||||
padding: 5px 10px;
|
||||
font-size: 1em;
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.go-to-dashboard-btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
Reference in New Issue
Block a user