How do I change the font-size of an

后端 未结 3 922
旧时难觅i
旧时难觅i 2020-11-29 06:32

I have built this fiddle as an example of what I am doing.

What I am trying to do works fine in Firefox. With the font-size being 14px when you open

3条回答
  •  忘掉有多难
    2020-11-29 06:52

    .service-small option {
        font-size: 14px;
        padding: 5px;
        background: #5c5c5c;
    }
    

    I think it because you used .styled-select in start of the class code.

提交回复
热议问题