cleaning structure
This commit is contained in:
@@ -806,6 +806,20 @@ body.dark-mode .export-description {
|
||||
background-color: #218838; /* Darker green on hover */
|
||||
}
|
||||
|
||||
.go-to-main-reports-btn {
|
||||
background-color: #007bff; /* Blue background */
|
||||
color: #fff; /* White text */
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
margin-left: 10px;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.go-to-main-reports-btn:hover {
|
||||
background-color: #0056b3; /* Darker blue on hover */
|
||||
}
|
||||
|
||||
.draggable-field {
|
||||
cursor: move;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user