removed alerts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user