File tree Expand file tree Collapse file tree
vividus-plugin-web-app/src/main/resources/org/vividus/steps/ui/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments