|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/KMU-CSR-PLANER/wp-content/plugins/wtec-webp/assets/css/ |
Upload File : |
.atec-mini-switch-box
{
display: flex; gap: 5px; height: 26px; min-width: 72px; padding: 1px 0 0 4px;
background: var(--bg-button); border: solid 1px var(--c-link-light); border-radius: var(--px-5);
}
.atec_checkbox_button_div
{
display:flex; height:32px;
color: var(--wp-admin-theme-color);
background: white; border: var(--border-button); border-color: var(--wp-admin-theme-color); border-radius: var(--px-3);
width: fit-content; padding:3px 10px 26px 8px;
}
.atec-ckbx { display: inline-block; }
.atec-ckbx .switch { display: inline-block; height: 20px; position: relative; width: 40px; }
.atec-ckbx-mini .switch { vertical-align: text-top; display: inline-block; height: 16px; position: relative; width: 32px; margin-top: 1px; }
.atec-ckbx .switch input { display:none; }
.atec-ckbx .slider { position: absolute; background-color: rgba(242, 95, 92, 0.75); bottom: 0; left: 0; right: -2px; top: 0; transition: .4s; cursor: pointer; }
.atec-ckbx .slider:before, .atec-ckbx-mini .slider:before { background-color: #fff; bottom: 1px; content: ""; width: 18px; height: 18px; left: 1px; position: absolute; transition: .4s; }
.atec-ckbx-mini .slider:before { width: 14px; height: 14px; bottom: 1px; left: 1px; }
.atec-ckbx input:checked + .slider { background-color: #66bb6a; }
.atec-ckbx input:disabled + .slider { background-color: #aaaaaa; }
.atec-ckbx input:checked + .slider:before { transform: translateX(22px); }
.atec-ckbx-mini input:checked + .slider:before { transform: translateX(16px); }
.atec-ckbx .slider.round { border-radius: 20px; }
.atec-ckbx-mini .slider.round { border-radius: 16px; }
.atec-ckbx .slider.round:before { border-radius: 50%; }
.atec-btn-confirm { display: inline-flex; align-items: center; gap: 6px; }
.atec-btn-confirm input[type="checkbox"]
{
flex: 0 0 auto; margin: 0 !important; padding: 0 !important; width: 16px !important; height: 16px !important; min-width: 16px !important; min-height: 16px !important;
border: none !important; line-height: normal !important; vertical-align: middle; appearance: auto;
-webkit-appearance: checkbox; accent-color: var(--wp-admin-theme-color, #2271b1); cursor: pointer;
}