19 lines
462 B
CSS
19 lines
462 B
CSS
#customize-controls .control-section-button .accordion-section-title:hover,
|
|
#customize-controls .control-section-button .accordion-section-title:focus {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.control-section-button .accordion-section-title .button {
|
|
margin-top: -4px;
|
|
font-weight: 400;
|
|
margin-left: 8px;
|
|
background: #e45157;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.rtl .control-section-button .accordion-section-title .button {
|
|
margin-left: 0;
|
|
margin-right: 8px;
|
|
}
|