X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=7d45bddbec010a180be99d183d022d9c06a87c98;hb=9dd6fec0e0d55147d6c8f5f41485a1a4f180e884;hp=2295429d5ee95a1d3eef496055fae253b190ed25;hpb=013a3b81ede89274342f02f50b29774c60764f64;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2295429d5e..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; @@ -523,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; @@ -1088,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; @@ -1200,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 { @@ -1288,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; @@ -1314,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,