Merge pull request #2573 from rabuzarus/0606-more-hovercard

frio: some hover-card css fixes
This commit is contained in:
Tobias Diekershoff 2016-06-07 11:32:56 +02:00
commit 03c09e4c3f
2 changed files with 16 additions and 1 deletions

View File

@ -282,6 +282,9 @@
display: block;
text-overflow: ellipsis;
}
.hovercard-content .hover-card-details .hover-card-content .profile-details > .profile-network a {
color: #777;
}
.hover-card-actions {
display: flex;
}

View File

@ -109,7 +109,7 @@ a#item-delete-selected {
* Overwriting and Extend Bootstrap
*/
.label, .label a {
color: #fff !important;
color: #fff;
}
/* Buttons */
@ -1323,6 +1323,10 @@ blockquote.shared_content {
.wall-item-tags a:hover {
text-decoration: none;
}
.wall-item-bottom .label,
.wall-item-bottom .label a {
color: #fff;
}
/* item social action buttons */
.wall-item-actions, .wall-item-actions a {
@ -1946,3 +1950,11 @@ There are for some reasons empty <a> tags. I don't know why */
padding: 0;
}
/* hovercard fix */
body .tread-wrapper .hovercard a,
body .tread-wrapper .hovercard a:hover {
color: $link_color;
}
body .tread-wrapper .hovercard:hover .hover-card-content a {
color: $link_color !important;
}