35 lines
612 B
CSS
35 lines
612 B
CSS
/**
|
|
*
|
|
* @package phpBB Extension - mChat
|
|
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
|
|
* @copyright (c) 2016 kasimi - https://kasimi.net
|
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
|
*
|
|
*/
|
|
|
|
.forabg.mchat-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
.mchat-wrapper .collapse-box h2 a {
|
|
color: #888;
|
|
}
|
|
|
|
.mchat-wrapper .collapse-box h2 a:before {
|
|
content: '' !important;
|
|
}
|
|
|
|
.icon-mchat > a:before {
|
|
content: '\f086';
|
|
font-family: 'FontAwesome';
|
|
}
|
|
|
|
#mChat + .forabg .collapse-box a {
|
|
color: inherit;
|
|
}
|
|
|
|
#mChat + .forabg .collapse-box a:before {
|
|
content: '';
|
|
margin-right: 0;
|
|
}
|