开发者

CSS/Blueprint Overwrite to default select field

开发者 https://www.devze.com 2023-03-08 09:56 出处:网络
I am usi开发者_C百科ng blueprint as my CSS framework. I am not happy with the way it customizes select field, and want to go back to default.

I am usi开发者_C百科ng blueprint as my CSS framework. I am not happy with the way it customizes select field, and want to go back to default.

Here the CSS generated by Blueprint:

select {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

Do you think there is a way to achieve this? (My issue to get back border-style default.. I cannot use none, or inherit..)

Thank you!


Each browser renders the select element differently. Furthermore the rendering of the select element is effected by the operating system. You might have to simply delete the above CSS.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号