!重要的CSS属性

时间:2015-07-07 14:52:24

标签: css google-chrome-extension octicons

我目前正试图在Github上运行按钮样式。它通过Chrome扩展程序工作,我也不太清楚如何调试Chrome扩展程序。

以下是我与之合作的内容:

.octicon-class {
    background-image: url('chrome-extension://__MSG_@@extension_id__/');
    -webkit-filter: grayscale(100%);
    height: 16px;
    width: 16px;
    vertical-align: text-top;
}

我正在考虑对此方法中的某些属性使用!important声明,但我已经看到它是糟糕的风格。是否有更好的方法来显示按钮(而不仅仅是文本)

0 个答案:

没有答案