]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/view/default.css
Update unicode_smilies.php
[friendica-addons.git] / smileybutton / view / default.css
1 #profile-smiley-wrapper {
2         display: block;
3 }
4
5 #smileybutton {
6         display: none;
7 }
8
9 .smiley_button > img {
10         height: 18px;
11         width: 18px;
12 }
13
14 table.smiley-preview img.smiley {
15         max-height: 25px;
16         max-width: 25px;
17 }
18
19 table.smiley-preview {
20         border: 1px solid #AAAAAA;
21 }
22
23 table.smiley-preview td {
24         cursor: pointer;
25 }