Optical indicator for connector accordion added

This commit is contained in:
Michael 2019-12-03 06:05:44 +00:00
parent 75d31341c2
commit 9d9e6cf27d
1 changed files with 10 additions and 2 deletions

View File

@ -2874,15 +2874,23 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
.section-subtitle-wrapper { .section-subtitle-wrapper {
padding: 1px 10px; padding: 1px 10px;
} }
.panel .section-subtitle-wrapper a.accordion-toggle:before { details.profile-jot-net[open] summary:before, .panel .section-subtitle-wrapper a.accordion-toggle:before {
font-family: ForkAwesome; font-family: ForkAwesome;
content: "\f0d7"; content: "\f0d7";
padding-right: 5px; padding-right: 5px;
} }
.panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before { details.profile-jot-net summary:before, .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
font-family: ForkAwesome; font-family: ForkAwesome;
content: "\f0da"; content: "\f0da";
} }
details.profile-jot-net summary:before {
padding-right: 5px;
padding-left: 3px;
}
details.profile-jot-net[open] summary:before, .panel .section-subtitle-wrapper a.accordion-toggle:before {
padding-right: 5px;
padding-left: 0px;
}
#settings-nick-wrapper { #settings-nick-wrapper {
margin-bottom: 20px; margin-bottom: 20px;
} }