File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4593,7 +4593,7 @@ Default value (empty to pick up Gwen default format: html)
4593
4593
</summary >
4594
4594
<p >Supported values</p >
4595
4595
<ul >
4596
- <li >HTML style strings (default = <code >background: yellow; border: 2px solid gold;</code >)</li >
4596
+ <li >HTML style strings (default = <code >background: yellow; border: 1px solid gold;</code >)</li >
4597
4597
</ul >
4598
4598
<Tabs
4599
4599
groupId = " settings"
@@ -4612,7 +4612,7 @@ Default value (empty to pick up Gwen default format: html)
4612
4612
gwen {
4613
4613
web {
4614
4614
highlight {
4615
- style = "background: yellow; border: 2px solid gold;"
4615
+ style = "background: yellow; border: 1px solid gold;"
4616
4616
}
4617
4617
}
4618
4618
}
@@ -4628,7 +4628,7 @@ Default value (empty to pick up Gwen default format: html)
4628
4628
"gwen" : {
4629
4629
"web" : {
4630
4630
"highlight" : {
4631
- "style" : " background: yellow; border: 2px solid gold;"
4631
+ "style" : " background: yellow; border: 1px solid gold;"
4632
4632
}
4633
4633
}
4634
4634
}
@@ -4641,7 +4641,7 @@ Default value (empty to pick up Gwen default format: html)
4641
4641
Default value
4642
4642
4643
4643
``` properties
4644
- gwen.web.highlight.style = background: yellow; border: 2px solid gold;
4644
+ gwen.web.highlight.style = background: yellow; border: 1px solid gold;
4645
4645
```
4646
4646
4647
4647
</TabItem >
You can’t perform that action at this time.
0 commit comments