From 32d6c5b1b98297f3d4458202f13181e66500fd9e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 4 Apr 2014 16:31:53 +0200 Subject: [PATCH] Only make links black on chat messages --- public/css/vroom.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index 27c9b38..e60fb50 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -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; }