removed alerts

This commit is contained in:
cpu
2025-03-30 22:51:35 +02:00
parent ab356eb150
commit c8991b81fa
18 changed files with 210 additions and 98 deletions

View File

@@ -453,7 +453,7 @@ input[type="file"] {
}
.action-button {
background-color: #6c757d;
background-color: #3498db;
color: white;
border: none;
padding: 0.5rem 1rem;
@@ -463,7 +463,20 @@ input[type="file"] {
}
.action-button:hover {
background-color: #5a6268;
background-color: #2980b9;
}
button:disabled {
background-color: #cccccc !important; /* Gray background */
color: #888888 !important; /* Darker gray text */
cursor: not-allowed !important; /* Change cursor */
opacity: 0.7 !important; /* Reduce opacity */
}
.cancel-button:disabled {
background-color: #e0e0e0 !important; /* Light gray */
color: #999999 !important;
border: 1px solid #cccccc !important;
}
.message-output {