summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-25 12:57:39 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-25 12:57:39 +0200
commit44e2ba31b80ead160197462d9a4c3e8527836eed (patch)
treec76eb9ab97c63797d55ae62120eb559f744a9945 /src/static
parentab262193c5e852729b40a9c1618e68fa44c1b702 (diff)
Change button
Diffstat (limited to 'src/static')
-rw-r--r--src/static/emguide_sprite.gifbin0 -> 5039 bytes
-rw-r--r--src/static/style.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/src/static/emguide_sprite.gif b/src/static/emguide_sprite.gif
new file mode 100644
index 0000000..8b44975
--- /dev/null
+++ b/src/static/emguide_sprite.gif
Binary files differ
diff --git a/src/static/style.css b/src/static/style.css
index a28b1f2..9d6c3d5 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -153,3 +153,15 @@ a {
width: 100%;
height: 338px;
}
+#emoticon-guide {
+ display: block;
+ width: 147px;
+ height: 22px;
+ text-decoration: none;
+ border: none;
+ background: url("emguide_sprite.gif");
+ text-indent: -999px;
+}
+#emoticon-guide:hover {
+ background-position: 0 -22px;
+}