mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
29
custom.css
29
custom.css
@@ -49,6 +49,21 @@
|
||||
background-color: #4b4f54 !important;
|
||||
}
|
||||
|
||||
.btn-outline-danger:hover {
|
||||
background-color: #dae0e5 !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
background-color: white !important;
|
||||
color: #149633;
|
||||
border-color: #149633 !important;
|
||||
}
|
||||
|
||||
.btn-dark:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -161,6 +176,20 @@ body[data-style="dark"] .card.bg-info .card.bg-info {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-outline-danger {
|
||||
background-color: #2d3236 !important;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-dark {
|
||||
background-color: #2d3236 !important;
|
||||
color: #149633;
|
||||
border-color: #149633;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-dark:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .card.bg-dark {
|
||||
background-color: #4b4f54 !important;
|
||||
color: white !important;
|
||||
|
||||
1
view.js
1
view.js
@@ -270,6 +270,7 @@ function generateMap(data, struct) {
|
||||
$header.append('<button type="button" class="btn btn-danger mb-2 float-right" onclick="removeFromMap(this)" data-i18n="' + struct.translate + '_remove"></button>');
|
||||
$item.prepend($header);
|
||||
} else {
|
||||
$item.addClass("ml-3");
|
||||
$item.append('<div class="input-group-append"><button class="btn btn-outline-danger bg-light" type="button" onclick="removeFromMap(this)" data-i18n="remove"></button></div>');
|
||||
}
|
||||
out[field.id] = outValue;
|
||||
|
||||
Reference in New Issue
Block a user