145 lines
2.9 KiB
CSS
145 lines
2.9 KiB
CSS
li[id*="_heading_"] h3 {
|
|
border-bottom: 1px solid #fff;
|
|
border-top: 1px solid #fff;
|
|
padding: 10px 10px 11px 14px;
|
|
line-height: 25px;
|
|
background: #ddd;
|
|
margin: 20px -12px 0;
|
|
}
|
|
li#accordion-panel-attesa_themeoptions h3:before {
|
|
font-family: dashicons;
|
|
content: "\f107";
|
|
padding-right: 0.5em;
|
|
float: left;
|
|
}
|
|
li#accordion-section-manager_attesa_buy_pro h3:before {
|
|
font-family: dashicons;
|
|
content: "\f488";
|
|
padding-right: 0.5em;
|
|
float: left;
|
|
}
|
|
/*FontAwesome Icon Styles*/
|
|
.attesa-type-icon{
|
|
overflow: hidden;
|
|
}
|
|
|
|
.attesa-selected-icon{
|
|
background: #F6F6F6;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
border: 1px solid #EEE;
|
|
position: relative;
|
|
margin-right: 45px;
|
|
cursor: pointer;
|
|
font-size: 28px;
|
|
}
|
|
|
|
.attesa-selected-icon span{
|
|
position: absolute;
|
|
background: #F6F6F6;
|
|
right: -45px;
|
|
top: -1px;
|
|
height: 45px;
|
|
width: 45px;
|
|
border: 1px solid #EEE;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.attesa-icon-list{
|
|
height: 215px;
|
|
overflow-y: scroll;
|
|
font-size: 18px;
|
|
background: #F6F6F6;
|
|
border: 1px solid #EEE;
|
|
border-right: 0;
|
|
border-top: 0;
|
|
padding-bottom: 4%;
|
|
display: none;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
}
|
|
|
|
.attesa-icon-list li{
|
|
float: left;
|
|
margin: 4% 3% 0;
|
|
height: 40px;
|
|
width: 16%;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
border: 1px solid #EEE;
|
|
}
|
|
|
|
.attesa-icon-list li:hover{
|
|
background: #333;
|
|
border: 1px solid #333;
|
|
color: #FFF;
|
|
}
|
|
|
|
.attesa-icon-list li.icon-active{
|
|
background: #0073aa;
|
|
border: 1px solid #0073aa;
|
|
color: #FFF;
|
|
}
|
|
.attesa-hidden-name {
|
|
display: none;
|
|
}
|
|
.attesa-icon-list-search {
|
|
padding-top: 10px;
|
|
max-width: 98%;
|
|
margin: 0 auto;
|
|
}
|
|
.attesa-icon-list-search input {
|
|
outline: none;
|
|
border-radius: 0px;
|
|
}
|
|
/* Multiple checkbox control */
|
|
.customize-control-title.attesatab {
|
|
background: #F6F6F6;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
border: 1px solid #EEE;
|
|
position: relative;
|
|
margin-right: 45px;
|
|
cursor: pointer;
|
|
margin-bottom: 0;
|
|
}
|
|
.customize-control-title.attesatab span {
|
|
position: absolute;
|
|
background: #F6F6F6;
|
|
right: -45px;
|
|
top: -1px;
|
|
height: 45px;
|
|
width: 45px;
|
|
border: 1px solid #EEE;
|
|
font-size: 20px;
|
|
}
|
|
ul.attesa-multiple-checkbox {
|
|
height: 215px;
|
|
overflow-y: scroll;
|
|
background: #F6F6F6;
|
|
border: 1px solid #EEE;
|
|
border-right: 0;
|
|
border-top: 0;
|
|
padding-bottom: 4%;
|
|
display: none;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
}
|
|
ul.attesa-multiple-checkbox li {
|
|
padding: 10px;
|
|
margin: 0;
|
|
}
|
|
ul.attesa-multiple-checkbox li.opa {
|
|
opacity: 0.5;
|
|
}
|
|
ul.attesa-multiple-checkbox li label {
|
|
cursor: default;
|
|
vertical-align: text-top;
|
|
}
|