summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-07 22:58:13 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-07 22:58:13 +0500
commit45867670928e89daa950a8d742d9c36471c7ac45 (patch)
tree54ac0c9918e3128c21551ddcdc50d3548774772f /web/sass-files/sass/partials/_post.scss
parent69e5898f4b48660a8eb5736eb23f9f63d464a90f (diff)
downloadchat-45867670928e89daa950a8d742d9c36471c7ac45.tar.gz
chat-45867670928e89daa950a8d742d9c36471c7ac45.tar.bz2
chat-45867670928e89daa950a8d742d9c36471c7ac45.zip
Updating background
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss29
1 files changed, 12 insertions, 17 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 310e9e7e4..f33cedd16 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -63,13 +63,13 @@ body.ios {
}
&.hovered--after {
&:before {
- background: #f6f6f6;
+ background: #f5f5f5;
display: block;
}
}
&.hovered--before {
&:after {
- background: #f6f6f6;
+ background: #f5f5f5;
display: block;
}
}
@@ -202,18 +202,13 @@ body.ios {
@include opacity(1);
}
}
- background: #f6f6f6;
+ background: #f5f5f5;
}
&.current--user {
.post-body {
@include border-radius(4px);
background: #f5f5f5;
}
- &:hover {
- .post-body {
- background: #fff;
- }
- }
}
&.post--comment {
&.other--root {
@@ -223,20 +218,20 @@ body.ios {
margin: 0 0 0 30px;
@include border-radius(0 4px 4px 0);
}
- &.current--user {
- &:hover {
- .post-comment {
- background: #fff;
- }
- }
- }
.post-body {
background: transparent;
margin: 0;
padding: 1px 0px;
}
- &:hover {
- background: #f5f5f5;
+ &.current--user {
+ .post-comment {
+ background: #f5f5f5;
+ }
+ }
+ }
+ &.same--root {
+ .post-body {
+ @include border-radius(0 4px 4px 0);
}
}
}