mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] "C64 lightblue"
This commit is contained in:
@@ -4432,7 +4432,7 @@ namespace SabreTools.Helper
|
||||
break;
|
||||
case StatOutputFormat.HTML:
|
||||
line = "\t\t\t<tr" + (FileName.StartsWith("DIR: ")
|
||||
? " class=\"red\"><td>" + HttpUtility.HtmlEncode(FileName.Remove(0, 5))
|
||||
? " class=\"dir\"><td>" + HttpUtility.HtmlEncode(FileName.Remove(0, 5))
|
||||
: "><td>" + HttpUtility.HtmlEncode(FileName)) + "</td>"
|
||||
+ "<td align=\"right\">" + Style.GetBytesReadable(TotalSize) + "</td>"
|
||||
+ "<td align=\"right\">" + (game == -1 ? Files.Count : game) + "</td>"
|
||||
@@ -5418,8 +5418,8 @@ Please check the log folder if the stats scrolled offscreen", false);
|
||||
body {
|
||||
background-color: lightgray;
|
||||
}
|
||||
.red {
|
||||
color: red;
|
||||
.dir {
|
||||
color: #0088FF;
|
||||
}
|
||||
.right {
|
||||
align: right;
|
||||
|
||||
Reference in New Issue
Block a user