Tạo liên kết chia sẻ lên social
This commit is contained in:
+13
-3
@@ -293,7 +293,7 @@ html, body {
|
||||
|
||||
#user-dropdown .btn-group button:hover, #user-dropdown button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1); /* Hiệu ứng hover nhẹ */
|
||||
color: #fff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#user-dropdown button:last-child {
|
||||
@@ -880,6 +880,16 @@ html, body {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
color: #fff; /* Chữ trắng */
|
||||
}
|
||||
|
||||
#edit-scene-metadata-modal select option:hover {
|
||||
background-color: #555; /* Nền xám khi di chuột qua (tùy trình duyệt hỗ trợ) */
|
||||
}
|
||||
|
||||
#edit-mini-map {
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
@@ -911,7 +921,7 @@ html, body {
|
||||
.admin-table input, .admin-table select {
|
||||
background: rgba(255, 255, 255, 0.05) !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||
color: #fff !important;
|
||||
color: #ffffff !important;
|
||||
padding: 5px !important;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
@@ -921,7 +931,7 @@ html, body {
|
||||
.privacy-settings-btn {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
color: white;
|
||||
color: rgb(255, 255, 255);
|
||||
padding: 8px 12px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user