mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
make smileybutton respect the theme
This commit is contained in:
parent
05010028cb
commit
9a1c783d74
16 changed files with 466 additions and 203 deletions
21
smileybutton/view/frost.css
Normal file
21
smileybutton/view/frost.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
img.smiley_button {
|
||||
height: 25;
|
||||
width: 25px;
|
||||
position: relative;
|
||||
left: 335px;
|
||||
top: -45px;
|
||||
}
|
||||
|
||||
img.smiley_preview {
|
||||
max-height: 25px;
|
||||
max-width: 25px;
|
||||
}
|
||||
|
||||
table.smiley-preview {
|
||||
border: 1px solid #AAAAAA;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
left: 285px;
|
||||
top: -36px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue