first commit
This commit is contained in:
28
wp-content/themes/solarify/css/admin-style.css
Normal file
28
wp-content/themes/solarify/css/admin-style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user