mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
[smileybutton] Rework addon
- Add frio style - Remove reference to removed tinymce editor
This commit is contained in:
parent
ebdc1a753d
commit
4f698eb875
6 changed files with 161 additions and 68 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue