This commit is contained in:
KONE SOREL 2026-03-05 00:07:54 +00:00
parent 2a840b3c30
commit c26f46f24b

View File

@ -1428,4 +1428,9 @@ select[class*="selectpicker"],
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%) !important;
color: #fff !important;
}
.modal-header .btn:hover {
transform: scale(1.2);
opacity: 0.8;
}