]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #2977 from rabuzarus/20161128_-_help_page_polishing
[friendica.git] / view / theme / frio / css / style.css
index abdfba2ba1621bc8a41f7d753e1155201c274312..0dc3573beb79e3f49d1a034699b341fda70eed73 100644 (file)
@@ -1499,14 +1499,19 @@ code > .hl-main {
 /* item social action buttons */
 .wall-item-actions, .wall-item-actions a {
     font-size: 13px;
-    /*color: #aeaeae;*/
     color: #555;
     margin-top: 15px;
     margin-bottom: 0;
 }
+.wall-item-actions a.active {
+    font-weight: bold;
+}
 .wall-item-actions a:hover {
     color: #555;
 }
+.wall-item-actions a.active:hover {
+    color: $link_color;
+}
 .wall-item-actions-left {
     display: table-cell;
     vertical-align: middle;