我在我的网站中添加了类似 FB 的 iframe,我想自定义按钮。它们是源代码中的一个类 pluginButtonSmall。
我尝试添加`
.pluginButton{
background: none repeat scroll 0 0 #000!important;
border: 1px solid #CAD4E7;
border-radius: 3px 3px 3px 3px;
color: #3B5998;
cursor: pointer;
padding: 2px 6px 4px;
white-space: nowrap;
}
在我的 style.css 中但不起作用!为什么 ?