我正在使用带有以下css / html的html文件 - 在浏览器中,此按钮按预期显示 - 橙色 - 但是当上传到sharepoint webpart时它具有白色背景 - 可能是什么原因造成的此?
我可以使用其他属性来强制执行此样式吗?
.clickBut {
font-family: verdana;
font-size: 9px;
font-weight: bold;
background-color: #ffa500;
border-radius: 100px;
shape-rendering: crispEdges;
}
</style>
</head>
<input id="clickMe" type="button" value="Refresh|Reset" onclick="resetRefresh();" class="clickBut" />
...
...
答案 0 :(得分:1)
测试背景色:#ffa500!important;