Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, it should be possible to style select boxes using CSS and/or JavaScript
https://stackoverflow.com/questions/1895476/how-do-i-style-a-select-dropdown-with-only-css
https://stackoverflow.com/questions/1072239/is-it-possible-to-style-a-select-box
css code: V6 V7 are same,they were no effect.
body select:not([class^="ui-"]):not([multiple]):not([size]) option, body .editor-cell select:not([class^="ui-"]):not([multiple]):not([size]) option {
cursor: pointer !important;
}
Maybe you can explain the use case, attach a screenshot on what you are trying to attach. It is hard to imagine what previously worked.