[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

@ -0,0 +1,31 @@
#profile-smiley-wrapper {
display: block;
}
#smileybutton {
display: none;
}
.smiley_button > img {
height: 14px;
width: 14px;
}
table.smiley-preview img.smiley {
max-height: 25px;
max-width: 25px;
}
table.smiley-preview {
border: 1px solid #AAAAAA;
}
table.smiley-preview td {
cursor: pointer;
}
#profile-smiley-wrapper > .btn-link {
position: relative;
display: block;
padding: 10px 15px;
}