diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 6ebe3749880..8b8ebd6585d 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1936,3 +1936,6 @@ table.nowrap td, td.nowrap { .diffParam { font-family: 'Bitstream Vera Sans Mono','Courier',monospace; } +.yellowHighlight { + background:#FFFBCC; +} |