first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
/*
Admin dashboard styles
*/
/*Show bootstrap width option only in footer widget area*/
.widget_bootstrap_width,
.widget_bootstrap_custom_width{
display: none;
}
#sidebar-footer .widget_bootstrap_width,
#sidebar-footer-secondary .widget_bootstrap_width,
#sidebar-footer .widget_bootstrap_custom_width,
#sidebar-footer-secondary .widget_bootstrap_custom_width,
#accordion-section-sidebar-widgets-sidebar-footer .widget_bootstrap_width {
display: block;
}
/*Hidding bullets in list of predefined page, section and column templates*/
div .fw-builder-templates-types > .fw-builder-templates-type ul.std li {
list-style: none;
}
/*Hiding Booked plugin default color chooser*/
#booked-admin-panel-container #booked-general > .section-row:nth-last-child(2) {
display: none !important;
}
/*fixing format dropdown in TinyMCE editor in Unyson popup*/
.mce-panel.mce-menu {
z-index: 100100 !important;
}