Frio: Like, Dislike and comment are having icons, links are underlined
This commit is contained in:
parent
013a3b81ed
commit
add258ac08
2 changed files with 37 additions and 21 deletions
|
@ -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;
|
||||
|
@ -1288,6 +1292,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 +1322,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: 10px;
|
||||
}
|
||||
|
||||
/* wall item hover effects */
|
||||
.wall-item-container .wall-item-links,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue