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