Add star subscription indicators to sharing settings

This commit is contained in:
2023-01-26 22:28:14 +01:00
parent f9987dfe0b
commit a124782730
7 changed files with 42 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
<i class="icon star" title="These options require a Pro (€4) subscription to use">star</i>
<style>
.star {
font-size: 1em;
color: #FFCC33;
}
</style>