diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 03:55:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 03:55:21 +0500 |
| commit | 43e46d21c263fe8a8672e8e4b3ce38803b9cd089 (patch) | |
| tree | 0d78496b19203e7879f04200cc6727aa1fbefecf /src | |
| parent | 16673ae810cb8f84b98187370c87d5ee2fff481d (diff) | |
feat: icons and colors for control buttons
Diffstat (limited to 'src')
| -rw-r--r-- | src/emotes/single_page.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/emotes/single_page.php b/src/emotes/single_page.php index 434b0da..db4f332 100644 --- a/src/emotes/single_page.php +++ b/src/emotes/single_page.php @@ -43,13 +43,15 @@ <input type="text" name="id" value="<?php echo $emote->get_id() ?>" style="display: none;"> <input type="text" name="rate" value="5" style="display:none;"> - <button type="submit" class="transparent">gem</button> + <button type="submit" class="transparent gem"><img src="/static/img/icons/gem.png" + alt="GEM!" title="IT'S A GEM!"></button> </form> <form action="/emotes/rate.php" method="POST"> <input type="text" name="id" value="<?php echo $emote->get_id() ?>" style="display: none;"> <input type="text" name="rate" value="1" style="display:none;"> - <button type="submit" class="transparent">coal</button> + <button type="submit" class="transparent coal"><img src="/static/img/icons/coal.png" + alt="COAL!" title="IT'S A COAL!"></button> </form> <a class="button red" href="/emotes/report.php?id=<?php echo $emote->get_id() ?>">Report emote</a> |
