jquery - Datetimepicker bootstrap not functioning with properly with CSS bootstrap file -
i'm using datatimepicker of bootstrap , it's working extent. select date fine stuck @ time icon if want select time. if remove css/bootstrap.css
file performs fine loose layout. it's obvious conflict of files, , wanted know if fix it? thank much
<link rel="stylesheet" href="bootstrap/css/bootstrap.css"> <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
did try chaning order in occur in html file? if 1 style-sheet more important put last. if dosn't slove issue have manually fix css conflicts in each file, or might consider go bootstrap , compose own css fitting neeeds
Comments
Post a Comment