Browse Source

Fixed chat icon color.

pull/162/head
Simon Eisenmann 11 years ago
parent
commit
f0ba9f14ee
  1. 7
      src/styles/components/_chat.scss
  2. 2
      static/css/main.min.css

7
src/styles/components/_chat.scss

@ -286,7 +286,7 @@
clear: both; clear: both;
display: block; display: block;
margin: 0 4px 2px 18px; margin: 0 4px 2px 18px;
padding: 8px; padding: 8px 8px 4px 8px;
position: relative; position: relative;
word-wrap: break-word; word-wrap: break-word;
@ -322,7 +322,7 @@
li { li {
line-height: 1.1em; line-height: 1.1em;
margin: 4px 0; margin: 0 0 4px 0;
padding-left: 1.2em; padding-left: 1.2em;
position: relative; position: relative;
@ -406,6 +406,7 @@
} }
&.is_remote { &.is_remote {
float: left;
background: $chat-msg-remote-background; background: $chat-msg-remote-background;
&:before { // arrow border &:before { // arrow border
@ -426,6 +427,7 @@
} }
&.is_self { &.is_self {
float: right;
background: $chat-msg-self-background; background: $chat-msg-self-background;
margin-left: 4px; margin-left: 4px;
margin-right: 18px; margin-right: 18px;
@ -448,7 +450,6 @@
} }
li:before { li:before {
color: $chat-msg-default-icon-color;
transform: scale(-1, 1); transform: scale(-1, 1);
} }

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save