From 92ca7ff24006d3e5cafe965229dd376c4c1259c5 Mon Sep 17 00:00:00 2001 From: Brittany Cheng Date: Mon, 6 Aug 2012 18:42:00 -0400 Subject: [PATCH] link styles --- lms/static/sass/_discussion.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 5e683eb80a..7f1a03f6da 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -237,6 +237,12 @@ form label { } .discussion-content-edit, .discussion-reply-new, .new-post-form { margin: 10px 0 10px 0; + a { + &:hover { + color: #1C71DD; + text-decoration: none; + }; + } .new-post-control { margin-left: 80%; margin-top: 1%; @@ -259,6 +265,9 @@ form label { padding-top: 9px; text-decoration: none; width: inherit; + &:hover { + color: white; + } } } .new-post-form { @@ -320,6 +329,12 @@ form label { font-size: $comment_info_size; font-style: italic; margin-top: 2%; + a { + &:hover { + text-decoration: none; + color: #1C71DD; + } + } .comment-time { display: inline; float: right; @@ -336,6 +351,10 @@ form label { color: #1d9dd9; display: inline; margin-left: 2px; + &:hover { + text-decoration: none; + color: #1C71DD; + } } } .discussion-content {