feat : update info
This commit is contained in:
@@ -53,6 +53,23 @@ button:focus-visible {
|
||||
outline: 4px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
background-color: #ccc;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
#process-btn {
|
||||
margin-top: 10px;
|
||||
background-color: #4472C4; /* Match Excel header color */
|
||||
}
|
||||
|
||||
.file-path {
|
||||
font-size: 0.9em;
|
||||
color: #666;
|
||||
margin: 10px 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#status-msg {
|
||||
margin-top: 20px;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user