Skip to content

Commit

Permalink
Merge pull request #438 from tonyhallett/fix-report-percentage-bars
Browse files Browse the repository at this point in the history
fix issue 437
  • Loading branch information
tonyhallett authored Jul 20, 2024
2 parents d19b466 + 3ac5e0d commit bc7b5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SharedProject/Core/ReportGenerator/ReportGeneratorUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1184,11 +1184,12 @@ public string ProcessUnifiedHtml(string htmlForProcessing, string reportOutputFo
button:hover {{ color : {jsReportColours.ButtonHoverTextColour}; background:{jsReportColours.ButtonHoverColour}; border-color:{jsReportColours.ButtonBorderHoverColour}}}
button:active {{ color : {jsReportColours.ButtonPressedTextColour}; background:{jsReportColours.ButtonPressedColour}; border-color:{jsReportColours.ButtonBorderPressedColour}}}
table td {{ white-space: nowrap; }}
table.coverage {{ width:150px;height:13px }}
body {{ padding-left:3px;padding-right:3px;padding-bottom:3px }}
{HideCyclomaticComplexityLink()}
body {{ -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none }}
table.overview th, table.overview td {{ white-space: nowrap; word-break: normal; padding-left:10px;padding-right:10px; }}
table.coverage {{ width:150px;height:13px;margin-left:10px;margin-right:10px }}
table.coverage th, table.coverage td {{ padding-left:0px;padding-right:0px}}
{GetGroupingCss(namespacedClasses)}
table,tr,th,td {{ border: 1px solid;}}
input[type=text] {{ color:{jsReportColours.TextBoxTextColour}; background-color:{jsReportColours.TextBoxColour};border-color:{jsReportColours.TextBoxBorderColour} }}
Expand Down

0 comments on commit bc7b5db

Please sign in to comment.