X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=6f2a71ca44ed04e753dad08f446de2d2320f4d81;hb=4d4ed6fb1718d1fc9b3aa1ea22a652bc1e81ef63;hp=671d7a9e18b931bc11f990df674b1b883b0a482d;hpb=96078a1fca8f31208c13068642320d9050a5a186;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 671d7a9e18..6f2a71ca44 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1087,6 +1087,9 @@ color: rgba(255,255,255,.85); aside .vcard #profile-photo-wrapper:hover .tool .action { opacity: 1; } +aside .vcard #profile-photo-wrapper.crop-preview { + padding: 0; +} aside .vcard .profile-header { margin-bottom: 20px; } @@ -1771,7 +1774,7 @@ code > .hl-main { text-decoration: underline; } .wall-item-actions .separator { - margin: 0 .3em; + margin: 0 .3em; } /* wall item hover effects */ @@ -2285,6 +2288,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .group-actions a { font-size: 18px; } + +.contact-group-actions .fa-times-circle { color: #D00000;} +.contact-group-actions .fa-plus-circle { color: #008000;} + #group-edit-wrapper { display: none; } @@ -2680,49 +2687,49 @@ ul li:hover .contact-wrapper .contact-action-link:hover { /* Emulates Bootstrap display */ .settings-block { - margin: 0 -15px 5px; - color: #333; - background-color: rgba(255,255,255,0.95); - border-radius: 4px; - padding: 10px 15px; - box-shadow: 0 0 3px #dadada; + margin: 0 -15px 5px; + color: #333; + background-color: rgba(255,255,255,0.95); + border-radius: 4px; + padding: 10px 15px; + box-shadow: 0 0 3px #dadada; -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; } .settings-block.fakelink, .settings-block > .fakelink { - padding: 10px 25px; - display: block; + padding: 10px 25px; + display: block; } .settings-block > .fakelink { - margin: -10px -15px 10px -15px; - border-radius: 4px 4px 0 0; + margin: -10px -15px 10px -15px; + border-radius: 4px 4px 0 0; } .settings-block.fakelink:hover, .settings-block > .fakelink:hover { - color: $link_hover_color; + color: $link_hover_color; } .settings-block.fakelink > h3, .settings-block > .fakelink > h3 { - margin: 0; - padding: 0; - color: $link_color; - font-size: 18px; + margin: 0; + padding: 0; + color: $link_color; + font-size: 18px; } .fakelink > h3:before { - padding-right: 10px; + padding-right: 10px; } .settings-block.fakelink > h3:before { - font-family: FontAwesome; + font-family: FontAwesome; content: "\f0da"; /* Right Plain Pointer */ } .settings-block > .fakelink > h3:before { - font-family: FontAwesome; + font-family: FontAwesome; content: "\f0d7"; /* Bottom Plain Pointer */ } h3.connector { - line-height: 40px; + line-height: 40px; } /* Intro Notifications */