1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13713] Enable zurb tribute 5.1.3 also in ACP and remove old files

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-03-13 21:07:04 +01:00
parent 7a86977d01
commit c317368a39
9 changed files with 11 additions and 1911 deletions

View File

@@ -8,8 +8,7 @@
// ]]>
</script>
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/tribute.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
<!-- EVENT acp_posting_buttons_before -->

View File

@@ -1676,7 +1676,9 @@ fieldset.submit-buttons legend {
font-weight: bold;
}
.atwho-view { /* mention-container */
.mention-container { /* mention-container */
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
text-align: left;
background-color: #ffffff;
border-radius: 2px;
@@ -1689,13 +1691,11 @@ fieldset.submit-buttons legend {
transition: all 0.2s ease;
}
.rtl .atwho-view { /* mention-container */
.rtl .mention-container { /* mention-container */
text-align: right;
}
.atwho-view-ul { /* mention-list */
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
.mention-container ul { /* mention-list */
margin: 0;
padding: 0;
list-style-type: none;