Skip to content

Commit 2b7dabe

Browse files
committed
Merge pull request #110 from clemenshelm/patch-1
Add `inverted` option.
2 parents 17ad906 + 69e4df9 commit 2b7dabe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

server/documents/modules/popup.html.eco

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,11 @@ themes : ['Default']
684684
<td>10</td>
685685
<td>Number of iterations before giving up search for popup position when a popup cannot fit on screen</td>
686686
</tr>
687+
<tr>
688+
<td>inverted</td>
689+
<td>false</td>
690+
<td>Invert text and background colors</td>
691+
</tr>
687692
</tbody>
688693
</table>
689694

0 commit comments

Comments
 (0)