CCS Options?
-
How can i make the drop down menu to look like this: https://imgur.com/Hf9IV6B
I am using the following css rule for my current (manual) drop down menu:
.styled-select select { font-size: 14px; border-top-width: 1px; border-right-width-value: 1px; border-bottom-width: 1px; border-left-width-value: 1px; border-top-style: solid; border-right-style-value: solid; border-bottom-style: solid; border-left-style-value: solid; border-top-color: #dbdbdb; border-right-color-value: #dbdbdb; border-bottom-color: #dbdbdb; border-left-color-value: #dbdbdb; border-image-source: none; border-image-slice: 100% 100% 100% 100%; border-image-width: 1 1 1 1; border-image-outset: 0 0 0 0; border-image-repeat: stretch stretch; color: #333333; width: 300px; height: 30px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }
how can i add this css rule to the plugin drop down menu?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CCS Options?’ is closed to new replies.