[smileybutton] Rework addon

- Add frio style
- Remove reference to removed tinymce editor
This commit is contained in:
Hypolite Petovan 2021-02-08 11:02:34 -05:00
parent ebdc1a753d
commit 4f698eb875
6 changed files with 161 additions and 68 deletions

View file

@ -1,4 +1,12 @@
img.smiley_button {
#profile-smiley-wrapper {
display: block;
}
#smileybutton {
display: none;
}
.smiley_button > img {
height: 22px;
width: 22px;
position: relative;
@ -8,9 +16,10 @@ img.smiley_button {
border-radius: 0px;
}
img.smiley_preview {
table.smiley-preview img.smiley {
max-height: 25px;
max-width: 25px;
cursor: pointer;
}
table.smiley-preview {
@ -19,3 +28,7 @@ table.smiley-preview {
border-radius: 5px;
margin: 5px;
}
table.smiley-preview td {
cursor: pointer;
}