consultstreet

This commit is contained in:
150954cc22a2
2026-07-22 07:53:11 +00:00
committed by Gitium
parent 9c76e02176
commit 5b00b3620a
122 changed files with 45114 additions and 0 deletions

View File

@ -0,0 +1,19 @@
/*User stick note*/
.control-section-consultstreet-plugin-section .accordion-section-title .button {
margin-top: -4px;
font-weight: 700;
margin-left: 8px;
background: #fff;
color: #061018;
border-color: #fff;
padding: 0 20px 1px;
}
.control-section-consultstreet-plugin-section .accordion-section-title .button:hover,
.control-section-consultstreet-plugin-section .accordion-section-title .button:focus{
background: #fff;
border-color: #fff;
}
#customize-controls .control-section-consultstreet-plugin-section.cannot-expand .accordion-section-title, #customize-controls .control-section-plugin-section.cannot-expand:hover .accordion-section-title{
background: #0085ba; color:#fff;
}