Only make links black on chat messages

master
Daniel Berteaud 11 years ago
parent 42d352eed4
commit 32d6c5b1b9
  1. 9
      public/css/vroom.css

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

Loading…
Cancel
Save