]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge remote-tracking branch 'upstream/develop' into inverted
[friendica.git] / view / theme / frio / css / style.css
index 630a92fb276d51477270121113afcb23507340c6..2ae29f1063a02a7207e7dc397a40fd4dd03ed2a2 100644 (file)
@@ -1466,6 +1466,12 @@ textarea.comment-edit-text:focus + .comment-edit-form .preview {
     content: "\f09c";
 }
 
+#acl-wrapper label.panel-heading {
+       display: block;
+       margin-bottom: 0;
+       cursor: pointer;
+}
+
 /* Filebrowser */
 .fbrowser .breadcrumb {
     margin-bottom: 0px;
@@ -2868,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 {
+    padding-right: 5px;
+    padding-left: 0px;
+}
 #settings-nick-wrapper {
     margin-bottom: 20px;
 }
@@ -2918,10 +2932,13 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .fakelink > h3:before {
     padding-right: 10px;
 }
+.widget.fakelink > h3:before,
 .settings-block.fakelink > h3:before {
     font-family: ForkAwesome;
     content: "\f0da"; /* Right Plain Pointer */
 }
+.widget > .fakelink > h3:before,
+#sidebar-group-header > .fakelink > h3:before,
 .settings-block > .fakelink > h3:before {
     font-family: ForkAwesome;
     content: "\f0d7"; /* Bottom Plain Pointer */