Skip to content
Snippets Groups Projects

3440270 Update sobki theme bootstrap to work with new ui_styles plugin system.

Files

.ui-selectmenu-menu .ui-menu-item {
height: 25px;
}
.ui-selectmenu-menu .ui-menu-item span {
top: 1px;
}
.ui-widget.ui-selectmenu-button .ui-current-item-icon {
margin-bottom: 2px;
}
.ui-widget.ui-selectmenu-button .ui-current-item-icon,
.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 25px;
}
.layout-builder-configure-block .glb-form-radios {
display: flex;
}
.layout-builder-configure-block input[type="radio"] {
-webkit-appearance: none;
}
.layout-builder-configure-block .glb-form-type--radio {
display: flex;
justify-content: center;
width: 30px;
height: 30px;
margin-right: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.layout-builder-configure-block input[type="radio"] + label {
display: flex !important;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
margin: 0 !important;
padding: 0 !important;
}
.layout-builder-configure-block input[type="radio"] + label > span {
display: none;
}
.layout-builder-configure-block input[type="radio"]:checked + label {
background-color: rgba(0, 0, 0, 0.3);
}
.layout-builder-configure-block
.glb-form-type--radio:has(input[type="radio"]:checked) {
background-color: rgba(0, 0, 0, 0.3);
}
.fst-italic-icon::before {
content: url("../img/font-italic.svg");
}
.fst-normal-icon::before {
content: url("../img/font-normal.svg");
}
.text-start-icon::before {
content: url("../img/text-left.svg");
}
.text-center-icon::before {
content: url("../img/text-center.svg");
}
.text-center-icon::before {
content: url("../img/text-center.svg");
}
.text-end-icon::before {
content: url("../img/text-right.svg");
}
.text-lowercase-icon::before {
content: url("../img/transform-lowercase.svg");
}
.text-uppercase-icon::before {
content: url("../img/transform-uppercase.svg");
}
.text-capitalize-icon::before {
content: url("../img/transform-capitalize.svg");
}
.text-wrap-icon::before {
content: url("../img/wrap.svg");
}
.text-nowrap-icon::before {
content: url("../img/nowrap.svg");
}
.text-decoration-underline-icon::before {
content: url("../img/decoration-underline.svg");
}
.text-decoration-line-through-icon::before {
content: url("../img/decoration-strikethrough.svg");
}
.border-icon::before {
content: url("../img/border-all.svg");
}
.border-top-icon::before {
content: url("../img/border-top.svg");
}
.border-bottom-icon::before {
content: url("../img/border-bottom.svg");
}
.border-start-icon::before {
content: url("../img/border-left.svg");
}
.border-end-icon::before {
content: url("../img/border-right.svg");
}
.translate-middle-icon::before {
content: url("../img/center.svg");
}
.translate-middle-x-icon::before {
content: url("../img/horizontal-align.svg");
}
.translate-middle-y-icon::before {
content: url("../img/vertical-align.svg");
}
.visible-icon::before {
content: url("../img/visibility.svg");
}
.visible-icon::before {
content: url("../img/visibility.svg");
}
.invisible-icon::before {
content: url("../img/visibility-off.svg");
}
.align-content-start-icon::before,
.align-items-start-icon::before,
.align-self-start-icon::before {
content: url("../img/align-flex-start.svg");
}
.align-content-end-icon::before,
.align-items-end-icon::before,
.align-self-end-icon::before {
content: url("../img/align-flex-end.svg");
}
.align-content-center-icon::before,
.align-items-center-icon::before,
.align-self-center-icon::before {
content: url("../img/align-flex-center.svg");
}
.align-content-between-icon::before,
.align-items-between-icon::before,
.align-self-between-icon::before,
.justify-content-between-icon::before {
content: url("../img/align-flex-space-between.svg");
}
.align-content-around-icon::before,
.align-items-around-icon::before,
.align-self-around-icon::before,
.justify-content-around-icon::before {
content: url("../img/align-flex-space-around.svg");
}
.align-content-stretch-icon::before,
.align-items-stretch-icon::before,
.align-self-stretch-icon::before {
content: url("../img/align-flex-stretch.svg");
}
.justify-content-start-icon::before {
content: url("../img/justify-start.svg");
}
.justify-content-end-icon::before {
content: url("../img/justify-end.svg");
}
.justify-content-center-icon::before {
content: url("../img/justify-center.svg");
}
.flex-nowrap-icon::before {
content: url("../img/flex-nowrap.svg");
}
.flex-wrap-icon::before {
content: url("../img/flex-wrap.svg");
}
Loading