1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/13713] Start switching over to zurb tribute

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-03-11 16:50:15 +01:00
parent 640444c8d7
commit 1a5e3966e6
5 changed files with 1960 additions and 12 deletions

View File

@@ -28,6 +28,7 @@
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.tribute.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
<!-- IF S_BBCODE_ALLOWED -->

View File

@@ -372,7 +372,7 @@ p.post-notice {
/* colours and backgrounds for mentions.css */
/* mention dropdown */
.atwho-view { /* mention-container */
.mention-container { /* mention-container */
background-color: #ffffff;
box-shadow:
0 3px 1px -2px rgba(0, 0, 0, 0.2),

View File

@@ -13,7 +13,7 @@
/* Mention dropdown
---------------------------------------- */
.atwho-view { /* mention-container */
.mention-container { /* mention-container */
text-align: left;
border-radius: 2px;
position: absolute;
@@ -21,7 +21,7 @@
transition: all 0.2s ease;
}
.atwho-view-ul { /* mention-list */
.mention-container ul { /* mention-list */
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
margin: 0;