aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
committerfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
commit0e4a28678df0c25a69e87eb3f75398d2b12bd015 (patch)
tree218174b5d74010fff930cc623897a18a1a09248d /view/theme
parent72f00d6e04f0f57fc19f343a88975680baf8958a (diff)
parente2a0778e0876d4a7891eb343def4af024fcd586d (diff)
downloadvolse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.gz
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.bz2
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css17
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;
}