]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2419 Remove background color and border for permalinks
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 20 May 2011 08:35:47 +0000 (10:35 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 20 May 2011 08:35:47 +0000 (10:35 +0200)
On the resource viewer, as it could look ugly if the violation
message was on more than 1 line

sonar-server/src/main/webapp/stylesheets/style.css

index fd11c07a403c2f573d6c1b662077805438e9a69d..19d6f6777fedc63061e30c08fca9f6c78616342c 100644 (file)
@@ -708,10 +708,6 @@ span.violation_date {
 }
 div.review_permalink {
   float: right;
-  background-color: #F4F4F4;
-  border-color: #CDCDCD;
-  border-style: none none none solid;
-  border-width: 1px;
   color: #333333;
   font-size: 12px;
   font-weight: bold;