summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
commitb1a7225f30e8443f87830a578c306b8f93e6587f (patch)
tree8c32b64ecf0e1f13db91d697638ca47a399d7c52 /web/sass-files/sass/partials/_post.scss
parent6a4a73c2d37aa147e0aa2e157ca78ed275ef822b (diff)
downloadchat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.gz
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.bz2
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.zip
Bug fixes and UI improvements for multiple tickets
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index e362e8f7a..a1958af3b 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -185,7 +185,7 @@ body.ios {
.post-create__container {
form {
width: 100%;
- padding: 0 1em;
+ padding: 10px 1em 0 1em;
margin: 0;
}
.post-create-body {
@@ -229,12 +229,13 @@ body.ios {
right: 0;
position: absolute;
top: 1px;
- color: #999;
+ color: #444;
+ @include opacity(0.5);
@include single-transition(all, 0.15s);
font-size: 16px;
padding: 7px 9px 6px;
&:hover, &:active {
- color: #444;
+ @include opacity(0.9);
box-shadow: none;
}
}