Add support for background-color style to span element in wxHTML.
Add code for setting/restoring background mode and use it to implement support for changing the text background colour. Closes #14443. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<table border="0" cellspacing="0" cellpadding="5" style="width:100%; background:#C0C0C0;">
|
||||
<tr style="vertical-align:middle">
|
||||
<td style="text-align:left">
|
||||
<span style="font-size: 24pt; font-weight: bold;">Header using styles</span>
|
||||
<span style="font-size: 24pt; font-weight: bold; background-color: #00BF00;">Header using styles</span>
|
||||
</td>
|
||||
|
||||
<td style="text-align:right">
|
||||
|
Reference in New Issue
Block a user