mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-23 05:19:51 -04:00
56 lines
1017 B
CSS
56 lines
1017 B
CSS
@charset "utf-8";
|
||
/* Styles for the Customizer */
|
||
|
||
#customize-controls .customize-control .description {
|
||
color: #999;
|
||
}
|
||
|
||
.bnt-customizer-link {
|
||
width: 100%;
|
||
display:block;
|
||
padding: 9px 15px;
|
||
box-sizing: border-box;
|
||
position: relative;
|
||
border-top: 1px solid #ddd;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.bnt-customizer-link:hover {
|
||
background-color: #ddd
|
||
}
|
||
|
||
.bnt-customizer-link .dashicons {
|
||
font-size: 18px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.bnt-customizer-link:after {
|
||
content: "›";
|
||
position: absolute;
|
||
top: -2px;
|
||
right: 0;
|
||
padding: 9px 15px;
|
||
line-height: 20px;
|
||
font-size: 20px;
|
||
}
|
||
|
||
.bnt-ep-link {
|
||
border-top: none;
|
||
color: #c70000;
|
||
}
|
||
|
||
.bnt-customizer-ep-active .bnt-ep-link {
|
||
display: none;
|
||
}
|
||
|
||
.bnt-customizer-ep-active .bnt-rate-link {
|
||
border-top: none;
|
||
}
|
||
|
||
#accordion-section-podcast_theme_support .accordion-section-title {
|
||
color: #0073aa;
|
||
}
|
||
|
||
#customize-controls #accordion-section-podcast_theme_support .accordion-section-title:hover {
|
||
color: #c70000;
|
||
} |