sửa lỗi privacy cho nhiều scene con, không cho phép ghi hoặc nhận sai

This commit is contained in:
2026-06-10 09:35:00 +07:00
parent 37d1b0095d
commit 02cd68f23c
12 changed files with 162 additions and 20 deletions
+10
View File
@@ -1052,6 +1052,16 @@ html, body {
color: #fff;
}
/* Trạng thái vô hiệu hóa (Disabled) cho các trường nhập liệu trong Modal sửa */
#edit-scene-metadata-modal input:disabled,
#edit-scene-metadata-modal textarea:disabled,
#edit-scene-metadata-modal select:disabled {
background: rgba(255, 255, 255, 0.02) !important;
color: #777 !important;
cursor: not-allowed;
border-color: rgba(255, 255, 255, 0.1) !important;
}
/* Tùy chỉnh màu sắc cho danh sách lựa chọn (dropdown options) trong modal tối */
#edit-scene-metadata-modal select option {
background-color: #000; /* Nền đen cho các item */