Replies: 1 comment
-
|
After some tests, I found that if I use the unminified version, I get correct style. If I use the minified version, I get the wrong style as above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to merge your CSS into my Meta Box plugin. This is how I registered styles and scripts:
https://github.com/wpmetabox/meta-box/blob/master/inc/fields/datetime.php#L56
Currently, the style I'm using are in the
date.cssfile, which depends onjquery-ui-core,jquery-ui-themeandjquery-ui-datepicker. It's content is here. You can see it shares similarity with your CSS.When I replace the CSS in the
date.csswith your CSS, I got this:Do you have any idea?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions