]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #2546 from annando/1605-frio-template-clean
[friendica.git] / view / theme / frio / css / style.css
index 2295429d5ee95a1d3eef496055fae253b190ed25..4c65552ec7e7e894522421d746e7a424bd3da8ec 100644 (file)
@@ -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;
@@ -1088,9 +1092,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 +1206,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 +1293,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 +1323,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,