2020-05-24 19:40:15 +02:00
|
|
|
#settings_plugin_customControl .innerSortable {
|
2015-08-31 09:01:25 +02:00
|
|
|
width: 100%;
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .custom_section_horizontal > .custom_control {
|
2015-08-31 09:01:25 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .custom_section_vertical > .custom_control {
|
2015-08-31 09:01:25 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .custom_section_vertical_section {
|
2015-08-31 09:01:25 +02:00
|
|
|
min-width: 15px;
|
|
|
|
min-height: 15px;
|
|
|
|
border: 1px dashed #000000;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .slider.slider-disabled .slider-track {
|
2015-08-31 09:01:25 +02:00
|
|
|
cursor: default !important;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor input[disabled] {
|
2015-08-31 09:01:25 +02:00
|
|
|
background: #fff !important;
|
|
|
|
cursor: text !important;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .btn-group {
|
2015-08-31 09:01:25 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .btn-group.distance > .btn {
|
2015-08-31 09:01:25 +02:00
|
|
|
width: 43px;
|
|
|
|
padding: 3px 0;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .slider-handle {
|
2015-08-31 09:01:25 +02:00
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-left: -7px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .custom_section h1 {
|
2015-08-31 09:01:25 +02:00
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 21px;
|
|
|
|
line-height: 40px;
|
|
|
|
color: #333;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #E5E5E5;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2020-05-24 19:40:15 +02:00
|
|
|
.customControlEditor .custom_control .slider {
|
2015-08-31 09:01:25 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|