Skip to content

Commit

Permalink
Removed collapse icon in PBWow3
Browse files Browse the repository at this point in the history
  • Loading branch information
kasimi committed Feb 11, 2017
1 parent 84cf810 commit a6d4b7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/pbwow3/theme/mchat_custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
*
*/

.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';
Expand Down

0 comments on commit a6d4b7b

Please sign in to comment.