themotion-lemondropproductions/css/admin-style.css

160 lines
3.6 KiB
CSS

.customize-control-title {
margin-top: 15px;
color: #689181;
}
.themotion_general_control_repeater_container {
float: left;
width: 100%;
padding: 5px 0;
cursor: move;
}
.themotion_repeater_container .themotion-box-content-hidden,
.themotion_general_control_repeater_container .themotion-box-content-hidden {
padding: 0 5px 5px;
border: 1px solid #dfdfdf;
border-top: 0;
}
button.themotion_general_control_remove_field {
width: 100%;
margin-top: 10px!important;
}
button.themotion_general_control_remove_field:hover {
border: 0;
color: #fff!important;
background-color: #00a0d2!important;
}
.themotion_general_control_repeater_container .themotion_text_control,
.themotion_general_control_repeater_container .themotion_link_control {
width: 100% !important;
margin: 3px 0 0 !important;
}
.customize-control-widget_form .widget-control-save {
display: block !important;
}
.themotion_general_control_repeater_container .themotion-box-content-hidden {
display: none;
}
.themotion-box-content-hidden {
background-color: #fff;
}
.themotion-customize-control-title {
overflow: hidden;
height: 40px;
padding: 0 10px !important;
border: 1px solid #dfdfdf;
border-radius: 3px;
color: #689181;
background-color: #f1f1f1;
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
background-image: linear-gradient(to bottom, #f9f9f9, #ececec);
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
font-weight: bold;
line-height: 40px !important;
text-align: center;
cursor: move !important;
}
.themotion_general_control_repeater_container .themotion-box-content-hidden {
padding-top: 5px;
}
#accordion-section-themotion_shop_section .accordion-section-title:after,
#accordion-section-themotion_sections_order .accordion-section-title:after,
#accordion-section-themotion_features_ribbon_section .accordion-section-title:after,
#accordion-section-themotion_portfolio_section .accordion-section-title:after,
#accordion-section-themotion_shortcodes_section .accordion-section-title:after,
#accordion-section-themotion_new_features .accordion-section-title:after {
content: "\f160";
}
/***********************************/
/***** Palette picker control ******/
/***********************************/
.themotion_palette_picker li span {
display: inline-block;
width: 43px;
height: 40px;
}
.themotion_palette_input {
float: left;
width: 209px;
height: 40px;
padding: 5px;
border: 1px solid #cfcfcf;
background-color: #fff;
font-size: 16px;
line-height: 40px;
cursor: pointer;
}
.themotion_palette_input span {
display: block;
float: left;
width: 40px;
height: 40px;
}
.themotion_dropdown {
float: left;
width: 20px;
height: 50px;
border: 1px solid #cfcfcf;
border-left: 0;
color: #fff;
background-color: #689181;
font-size: 12px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.themotion_dropdown span {
line-height: 50px;
}
.themotion_palette_picker {
display: none;
clear: both;
width: 240px;
padding-top: 6px;
border: 1px solid #cfcfcf;
border-top: 0;
background-color: #fff;
text-align: center;
}
.themotion_palette_picker li span {
cursor: pointer;
}
.themotion_palette_custom {
line-height: 40px;
cursor: pointer;
}
#customize-control-themotion_custom_1,
#customize-control-themotion_custom_2,
#customize-control-themotion_custom_3,
#customize-control-themotion_custom_4,
#customize-control-themotion_custom_5 {
visibility: hidden;
position: absolute;
}
#accordion-section-themotion-links {
display: block !important;
}