interface updated

This commit is contained in:
2025-05-05 16:32:10 +03:00
parent b2912064b5
commit fb582be590
4 changed files with 58 additions and 43 deletions

View File

@@ -676,4 +676,18 @@ body.dark-mode .export-description {
padding: 8px;
text-align: left;
border: 1px solid #ddd; /* Add borders to table cells */
}
.go-to-main-etichete-btn {
background-color: #28a745; /* Green 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-etichete-btn:hover {
background-color: #218838; /* Darker green on hover */
}