mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12769] Profile menu caret fix
This commit is contained in:
parent
f32df4d949
commit
6f942ae48f
1 changed files with 5 additions and 5 deletions
|
@ -353,12 +353,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
|||
}
|
||||
|
||||
.header-avatar span:after {
|
||||
content: '\25BC';
|
||||
content: '\f0dd';
|
||||
display: inline-block;
|
||||
font-size: 9px;
|
||||
float: right;
|
||||
padding-left: 2px;
|
||||
opacity: 0.7;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
padding-left: 6px;
|
||||
padding-top: 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Dropdown menu
|
||||
|
|
Loading…
Add table
Reference in a new issue