mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/13713] Set mention-list class if needed
PHPBB3-13713
This commit is contained in:
@@ -1676,7 +1676,7 @@ fieldset.submit-buttons legend {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mention-container { /* mention-container */
|
||||
.mention-container {
|
||||
text-align: left;
|
||||
background-color: #ffffff;
|
||||
border-radius: 2px;
|
||||
@@ -1691,11 +1691,11 @@ fieldset.submit-buttons legend {
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.rtl .mention-container { /* mention-container */
|
||||
.rtl .mention-container {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mention-container ul { /* mention-list */
|
||||
.mention-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
Reference in New Issue
Block a user