2016-08-16 45 views

回答

0

你可以看看核心工具欄模塊的什麼toolbar.icons.theme.css

.toolbar-icon-webtrack-update-reminder-main:before { 
    background-image: url(path/to/svg); 
} 
.toolbar-icon-webtrack-update-reminder-main:active:before, 
.toolbar-icon-webtrack-update-reminder-main.is-active:before { 
    background-image: url(path/to/svg); 
} 

This may solve your issue

+0

嗯,這是偉大的,但我怎麼可能把模塊這些變化? – iNtuitive

+0

是否有core/themes/stable/css/toolbar/toolbar.icons.theme.css文件?你可以在那裏添加css。如果答案幫助你,請投票。 –

相關問題