简体   繁体   English

忽略html元素上的CSS

[英]Ignore CSS on html element

I am working on a mobile site which is linked to online css which I cannot change. 我正在一个链接到无法更改的在线CSS的移动网站上工作。 I added twitter bootstrap to that site. 我在网站上添加了twitter bootstrap。 Bootstrap is applying but not 100% on all FORM HTML tags like select . Bootstrap正在对所有FORM HTML标签(例如select )应用但不是100%。 All I want that if styling is not applying i'll force it somehow on that element, kindly let me know how can i do that. 我想要的是,如果不应用样式设置,我会以某种方式将其强制应用于该元素,请让我知道我该怎么做。 On form tag select the down arrow is not comming which is quite irritating. 在表单标签上, select向下箭头不会出现,这很烦人。 Kindly let me know how can I force the select to behave like the by default random styling. 请让我知道如何强制选择行为类似于默认的随机样式。

没有向下箭头

You'll probably have to put your own stylesheet embedded into the of your document. 您可能必须将自己的样式表嵌入到文档的中。 Maybe use !important if it doesn't overwrite 如果不覆盖,可以使用!important

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM