Styling for fieldset not working
-
After updating my calculated field form plugin, the styling for my fieldset is no longer working…when I inspect the calculator I can’t even see the fieldset in the css. This was the css code I used before:
fieldset#fieldname53_1 {border-top-left-radius : 10px; -webkit-box-shadow: -1px -3px 15px -4px rgba(156,153,156,1); -moz-box-shadow: -1px -3px 15px -4px rgba(156,153,156,1); box-shadow: -1px -3px 15px -4px rgba(156,153,156,1); border-width: 0px !important; background: linear-gradient(90deg, rgba(254,42,113,1) 8%, rgba(107,46,237,1) 100%) !important; }
but now when I inspect, I cannot even see the fieldset#fieldname53_1 in the code.
Please what can I do?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Styling for fieldset not working’ is closed to new replies.