friendica-addons/smileybutton/view/default.css

26 lines
310 B
CSS
Raw Normal View History

#profile-smiley-wrapper {
display: block;
}
#smileybutton {
display: none;
}
.smiley_button > img {
2015-02-07 14:51:10 +01:00
height: 18px;
width: 18px;
}
table.smiley-preview img.smiley {
2015-02-07 14:51:10 +01:00
max-height: 25px;
max-width: 25px;
}
table.smiley-preview {
border: 1px solid #AAAAAA;
}
table.smiley-preview td {
cursor: pointer;
}