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:
@@ -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 -->
|
||||
|
@@ -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),
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user