1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 23:31:27 +02:00

Add a small "type to search" instruction to the top of the emoji popup

This commit is contained in:
Toby Zerner
2018-11-12 17:25:02 +10:30
parent 3d0097ea12
commit b3d0dd3aa9
3 changed files with 12 additions and 3 deletions

View File

@@ -23,6 +23,14 @@ img.emoji {
margin-left: -30px;
}
}
.Dropdown-header {
color: @muted-more-color;
text-transform: none;
font-weight: normal;
padding-bottom: 5px;
font-size: 11px;
}
}
.ComposerBody-emojiWrapper {