This commit is contained in:
Vassshhh
2025-07-03 14:33:41 +07:00
parent fe7d67a2d8
commit c3cc8572ce
2 changed files with 157 additions and 63 deletions

View File

@@ -137,8 +137,8 @@
.fileUpload {
margin-top: 16px;
font-size: 14px;
color: #333;
background: #2bb438;
color: white;
background: #6bc073;
padding: 8px 12px;
border-radius: 8px;
display: inline-block;
@@ -284,13 +284,21 @@ position: absolute;
.actionBar button {
padding: 6px 12px;
background-color: #00adef;
background-color: #6bc073;
color: white;
font-weight: bold;
border: none;
border-radius: 6px;
cursor: pointer;
}
.actionBar button:disabled,
.actionBar button[disabled] {
background-color: #cccccc; /* Warna abu-abu untuk tombol nonaktif */
color: #666666; /* Warna teks yang lebih redup */
cursor: not-allowed; /* Cursor tanda larangan */
opacity: 0.7; /* Opsional: efek transparan */
}
.actionBar button:hover {
background-color: #0095cc;