Skip to content

Commit c711f3e

Browse files
committed
Use bootstrap 5.3.1 for js-console-validation-result-table attachment
1 parent 3474c94 commit c711f3e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

vividus-plugin-web-app/src/main/resources/org/vividus/steps/ui/web/js-console-validation-result-table.ftl

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@
55
<meta charset="utf-8">
66
<title>JS error result table</title>
77
<link rel="stylesheet" href="../../styles.css"/>
8-
<link rel="stylesheet" href="../../webjars/bootstrap/3.4.1/css/bootstrap.min.css"/>
8+
<link rel="stylesheet" href="../../webjars/bootstrap/5.3.1/css/bootstrap.min.css"/>
99
</head>
1010
<body>
1111
<style>
1212
.SEVERE {
13-
background-color: #F2DEDE;
14-
color: #A94442;
13+
--bs-table-bg: #F2DEDE;
14+
--bs-table-color: #A94442;
1515
}
1616
.WARNING {
17-
background-color: #FCF8E3;
18-
color: #8A6D3B;
17+
--bs-table-bg: #FCF8E3;
18+
--bs-table-color: #8A6D3B;
19+
}
20+
.INFO {
21+
--bs-table-bg: #D9EDF7;
22+
--bs-table-color: #31708F;
1923
}
2024
</style>
2125
<table class="table table-hover table-bordered">

0 commit comments

Comments
 (0)