HtmlReporterV2: replace dots with progress bar
This commit is contained in:
@@ -1,4 +1,25 @@
|
||||
@charset "UTF-8";
|
||||
progress {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
progress[value] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
progress[value]::-webkit-progress-value, progress[value]::-moz-progress-bar {
|
||||
background: #007069;
|
||||
}
|
||||
.failed progress[value]::-webkit-progress-value, .failed progress[value]::-moz-progress-bar {
|
||||
background: #ca3a11;
|
||||
}
|
||||
|
||||
progress.failed[value]::-webkit-progress-value, progress.failed[value]::-moz-progress-bar {
|
||||
background: #ca3a11;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user