changeset 3256:b67173bae3ff beta

changeset comments: attempt to highlight the linked comment This makes it slightly less confusing to follow a notification link to a page with a lot of comments. It is ugly, it seems like it doesn't work reliably, and the fixed top menu makes target navigation unusable in general...
author Mads Kiilerich <madski@unity3d.com>
date Tue, 29 Jan 2013 03:47:30 +0100
parents 09757b15ce7c
children 32a283e5fd0d
files rhodecode/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Tue Jan 29 03:21:21 2013 +0100
+++ b/rhodecode/public/css/style.css	Tue Jan 29 03:47:30 2013 +0100
@@ -4874,3 +4874,8 @@
 	background-color: inherit !important;
 	
 }
+
+div:target {
+	border: solid 2px #ee0 !important;
+	margin: -2px;
+}