Browse Source

Fixed duplicate chat visual unread and missing mouse pointer.

pull/16/head
Simon Eisenmann 11 years ago
parent
commit
1202b2c81f
  1. 5
      src/styles/components/_chat.scss

5
src/styles/components/_chat.scss

@ -162,6 +162,7 @@ width:36px;
height:36px; height:36px;
display:block; display:block;
text-align:center; text-align:center;
cursor: pointer;
} }
.chat .chatheader .chatheadertitle { .chat .chatheader .chatheadertitle {
padding-left:28px; padding-left:28px;
@ -453,11 +454,11 @@ animation: newmessage 1s ease -0.3s infinite;
-webkit-animation: newmessage 1s ease -0.3s infinite; -webkit-animation: newmessage 1s ease -0.3s infinite;
} }
.chat.newmessage .chatheader span:after { .chat.newmessage .chatheadertitle:after {
content: "***"; content: "***";
position:absolute; position:absolute;
top:2px; top:2px;
right:70px; right:32px;
} }
@media all and (max-height: 210px) { @media all and (max-height: 210px) {

Loading…
Cancel
Save