Only make links black on chat messages

This commit is contained in:
Daniel Berteaud 2014-04-04 16:31:53 +02:00
parent 42d352eed4
commit 32d6c5b1b9
1 changed files with 3 additions and 6 deletions

View File

@ -1,13 +1,9 @@
a {
color: black;
}
#webRTCVideo {
overflow-y: auto;
}
#webRTCVideo video {
width: 100%;
height: auto;
//border-radius: 5px;
}
#webRTCVideo .selected {
box-shadow: 0px 0px 2pt 2pt red;
@ -21,8 +17,6 @@ a {
max-width: 100%;
min-width: 75%;
height: auto;
//border:5px solid grey;
//border-radius: 15px;
}
.previewContainer{
margin-top: 5px;
@ -95,6 +89,9 @@ a {
padding-bottom: 2px;
white-space: pre;
}
.chatMsg a {
color: black;
}
.chatMsgSelf {
float: right;
}