hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-content/themes/bloglo/inc/admin/assets/css/ |
/* ==========================================================================
* Bloglo Meta Box Styles.
* ========================================================================== */
#side-sortables .bloglo-meta-box-field {
margin: 15px 0;
}
#side-sortables .bloglo-meta-box-field select {
min-width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#side-sortables .bloglo-meta-box-field:last-child {
margin-bottom: 0;
}
#side-sortables .bloglo-checkbox-row {
margin-top: 0;
--checkbox-input-size: 16px;
line-height: 1.2;
}
#side-sortables .bloglo-checkbox-row .bloglo-checkbox-wrapper .bloglo-checked-icon {
display: none;
left: 50%;
top: 50%;
fill: #FFF;
cursor: pointer;
position: absolute;
width: 16px;
height: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
#side-sortables .bloglo-checkbox-row input[type='checkbox'] {
border: 1px solid #1e1e1e;
border-radius: 2px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#side-sortables .bloglo-checkbox-row input[type='checkbox']:checked {
background: #007cba;
background: var(--wp-admin-theme-color);
border-color: #007cba;
border-color: var(--wp-admin-theme-color);
}
#side-sortables .bloglo-checkbox-row input[type='checkbox']:checked+.bloglo-checked-icon {
display: none;
}
.block-editor-page #side-sortables .bloglo-meta-box-field input[type='checkbox']+.bloglo-checked-icon {
display: block;
}
.block-editor-page #side-sortables .bloglo-meta-box-field .bloglo-checkbox-row {
min-height: 30px;
}
body:not(.block-editor-page) #side-sortables .bloglo-meta-box-field .components-base-control__label {
display: block;
font-weight: 600;
}
body:not(.block-editor-page) #side-sortables .bloglo-meta-box-field input[type='checkbox'] {
margin-right: 10px;
}
body:not(.block-editor-page) #side-sortables .bloglo-meta-box-field .bloglo-checkbox-row {
min-height: 26px;
}
body:not(.block-editor-page) #side-sortables .bloglo-meta-box-field .bloglo-checkbox-row .components-base-control__field {
-js-display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}