diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 41f48141d..80f6e9791 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1919,7 +1919,6 @@ img.mail-list-sender-photo { padding-left: $comment_padding; } -.hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; border-left: $comment_border_left $comment_border_colour; @@ -1929,6 +1928,20 @@ img.mail-list-sender-photo { padding: 7px 10px 7px 7px; } +.hide-comments-outer { + background-color: $comment_item_colour; + border-left: $comment_border_left $comment_border_colour; + border-right: $comment_border_right $comment_border_colour; + border-bottom: $comment_border_bottom $comment_border_colour; + border-top: 1px dashed #ccc; + text-align: center; + border-radius: 0px; +} + +.hide-comments-outer:hover { + border-top: 1px dashed #adadad; +} + .wall-item-comment-wrapper { padding: 7px 10px; background-color: $item_colour; @@ -2022,7 +2035,7 @@ img.mail-list-sender-photo { } .divgrow-showmore:hover { - background-color: $editbuttons_bghover; + border-top: 1px dashed #adadad; } |