Version 2.0.0-RC3
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div class="collapse-box">
|
||||
<h2><!-- IF MCHAT_ARCHIVE_PAGE -->{L_MCHAT_ARCHIVE_PAGE}<!-- ELSEIF S_MCHAT_CUSTOM_PAGE --><a href="{U_MCHAT_CUSTOM_PAGE}" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a><!-- ELSE -->{L_MCHAT_TITLE}<!-- ENDIF --></h2>
|
||||
<h2><!-- IF MCHAT_IS_ARCHIVE_PAGE -->{L_MCHAT_ARCHIVE_PAGE}<!-- ELSEIF MCHAT_CUSTOM_PAGE --><a href="{U_MCHAT_CUSTOM_PAGE}" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a><!-- ELSE -->{L_MCHAT_TITLE}<!-- ENDIF --></h2>
|
||||
</div>
|
||||
|
||||
BIN
styles/pbwow3/theme/images/message_icons.png
Normal file
BIN
styles/pbwow3/theme/images/message_icons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -8,8 +8,8 @@
|
||||
*/
|
||||
|
||||
.icon-mchat > a:before {
|
||||
content: '\f086';
|
||||
font-family: 'FontAwesome';
|
||||
content: '\f086';
|
||||
font-family: 'FontAwesome';
|
||||
}
|
||||
|
||||
#mChat + .forabg .collapse-box a {
|
||||
@@ -20,3 +20,7 @@
|
||||
content: '';
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.mchat-button:before {
|
||||
background-image: url("./images/message_icons.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user