comparison rhodecode/public/css/style.css @ 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 b9ba0d4d3abf
children 7b74079beec9
comparison
equal deleted inserted replaced
3255:09757b15ce7c 3256:b67173bae3ff
4872 background-image: none !important; 4872 background-image: none !important;
4873 cursor: auto !important; 4873 cursor: auto !important;
4874 background-color: inherit !important; 4874 background-color: inherit !important;
4875 4875
4876 } 4876 }
4877
4878 div:target {
4879 border: solid 2px #ee0 !important;
4880 margin: -2px;
4881 }