Version 2.0.0-RC6
This commit is contained in:
28
styles/canvas/theme/mchat_custom.css
Normal file
28
styles/canvas/theme/mchat_custom.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
*
|
||||
* @package phpBB Extension - mChat
|
||||
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
|
||||
* @copyright (c) 2016 kasimi
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
ul#mchat-messages.topiclist li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mchat-text {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
ul.mchat-buttons > li {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
#mchat-panel.cp-mini .button2 {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#mchat-panel #st_editor_buttons {
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user