mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 06:53:47 +08:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
|
/*
|
||
|
* This file is part of Flarum.
|
||
|
*
|
||
|
* For detailed copyright and license information, please view the
|
||
|
* LICENSE file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
.PostMention, .UserMention {
|
||
|
.spoiler & {
|
||
|
background: #444;
|
||
|
color: transparent;
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|