diff options
Diffstat (limited to 'server/sonar-web/src/main/less/components/source.less')
-rw-r--r-- | server/sonar-web/src/main/less/components/source.less | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/less/components/source.less b/server/sonar-web/src/main/less/components/source.less index bc7eb17c41d..470faab9805 100644 --- a/server/sonar-web/src/main/less/components/source.less +++ b/server/sonar-web/src/main/less/components/source.less @@ -234,14 +234,24 @@ .source-line-partially-covered { background-color: @orange !important; - background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, .5) 4px, transparent 4px, transparent 8px, rgba(255, 255, 255, .5) 8px, rgba(255, 255, 255, .5) 12px, transparent 12px, transparent 16px, rgba(255, 255, 255, .5) 16px, rgba(255, 255, 255, .5) 20px) !important; + background-image: repeating-linear-gradient( + 45deg, + rgba(255, 255, 255, .5) 4px, + transparent 4px, + transparent 8px, + rgba(255, 255, 255, .5) 8px, + rgba(255, 255, 255, .5) 12px, + transparent 12px, + transparent 16px, + rgba(255, 255, 255, .5) 16px, + rgba(255, 255, 255, .5) 20px + ) !important; } .source-line-duplicated { background-color: @duplicationColor !important; } - // Header .source-viewer-header { @@ -422,7 +432,6 @@ overflow-y: scroll; } - //.source-viewer-measures-section + .source-viewer-measures-section { // border-left: 1px solid @barBorderColor; //} |