]> git.mxchange.org Git - friendica.git/commitdiff
Optical indicator for connector accordion added
authorMichael <heluecht@pirati.ca>
Tue, 3 Dec 2019 06:05:44 +0000 (06:05 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 3 Dec 2019 06:05:44 +0000 (06:05 +0000)
view/theme/frio/css/style.css

index 5926b3b53543b09158ba2eca23e4ba19f1419a2b..69b5805d875df42eb670e98ac79d6041d4b0ffde 100644 (file)
@@ -2874,15 +2874,23 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .section-subtitle-wrapper {
     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;
     content: "\f0d7";
     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;
     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 {
     margin-bottom: 20px;
 }