interface updated
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user