X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=7d45bddbec010a180be99d183d022d9c06a87c98;hb=9dd6fec0e0d55147d6c8f5f41485a1a4f180e884;hp=b0dd17414c4cea2aec4671cf687311d752bbfcc3;hpb=2a33882fe03a52eb27a0c7154bac57e9fcd081b3;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index b0dd17414c..7d45bddbec 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -45,6 +45,10 @@ body a:hover, body a:focus, body a:active, body a.active, body .btn-link:hover{ text-decoration: none; } +.wall-item-container a:hover { + text-decoration: underline; +} + hr { margin-top: 10px; margin-bottom: 10px; @@ -508,6 +512,7 @@ nav.navbar a { #topbar-first #nav-notifications-menu .media .media-body { font-size: 13px!important; font-weight: 600!important; + cursor: pointer; } #topbar-first #nav-notifications-menu .media .media-body .contactname { font-weight: bold; @@ -522,7 +527,8 @@ nav.navbar a { } /* The Top Nav Bar user menu */ #topbar-first .account .user-title { - text-align: right + text-align: right; + margin-top: 7px; } #topbar-first .account .user-title span { color: $nav_icon_color; @@ -1087,9 +1093,11 @@ section #jotOpen { /* Thread hover effects */ .wall-item-container .wall-item-content a, +.wall-item-container a, .wall-item-container .fakelink, .toplevel_item .fakelink, .toplevel_item .wall-item-container .btn-link, +.wall-item-container .btn-link, .toplevel_item .wall-item-container .wall-item-responses a { color: #555; -webkit-transition: all 0.25s ease-in-out; @@ -1199,8 +1207,7 @@ section #jotOpen { font-weight: 500; color: #555; } -.media .media-body .addional-info a, -.media .media-body h5.media-heading a { +.media .media-body .addional-info a, .media .media-body h5.media-heading > a { display: block; } .media .contact-info-comment { @@ -1287,6 +1294,10 @@ blockquote.shared_content { color: #555; } +.wall-item-tags a:hover { + text-decoration: none; +} + /* item social action buttons */ .wall-item-actions, .wall-item-actions a { font-size: 13px; @@ -1313,6 +1324,12 @@ blockquote.shared_content { padding-left: 5px; padding-right: 5px; } +.wall-item-actions .button-comments, +.wall-item-actions .button-votes, +.wall-item-actions .button-likes { + padding-left: 0px; + padding-right: 0px; +} /* wall item hover effects */ .wall-item-container .wall-item-links,