]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/view/default.css
Fix signature of hooks to work with modern friendica
[friendica-addons.git] / smileybutton / view / default.css
index 161203605444034a85eeebcab7af72bf9e276589..5fd60928da3a19db5e8c7d0c14566876bef49548 100644 (file)
@@ -1,9 +1,17 @@
-img.smiley_button {
+#profile-smiley-wrapper {
+       display: block;
+}
+
+#smileybutton {
+       display: none;
+}
+
+.smiley_button > img {
        height: 18px;
        width: 18px;
 }
 
-img.smiley_preview {
+table.smiley-preview img.smiley {
        max-height: 25px;
        max-width: 25px;
 }
@@ -11,3 +19,7 @@ img.smiley_preview {
 table.smiley-preview {
        border: 1px solid #AAAAAA;
 }
+
+table.smiley-preview td {
+       cursor: pointer;
+}