08/09/16 18:38:16 3m+RoU+O0
lego-ex最新版にて"lego-ex(軽量)"を選んだ場合
メール欄の状況が非表示になったので
style-my.cssに
.resMail { color: red; font-weight: bold;}
.resMail[title=""] { display: none; }
.resMail[title="sage"] { display: none; }
.resMail:before { content: " ["; }
.resMail:after { content: "] "; }
と追加しても表示されませんでした。
どうすればメール欄の内容をID横に表示出来ますか?