Hi all,
I am trying to use (and mix) bootstarp css and ESRI's and I get an editor popup that looks like that:
Any idea how I could restore the esri.css to its original look without loosing the bootstrap look for other areas of the app.
Thanks,
Alex
Solved! Go to Solution.
Alex,
You just need to add the claro class to the body element:
<body class="claro">
Alex,
If you can provide a simple code sample, then I cal probably help.
Create a new fiddle - JSFiddle . here is the code. Thanks Robert!
Alex,
Please provide the webapp.css please.
Sorry,
Edit fiddle - JSFiddle. Just added it.
Alex,
You just need to add the claro class to the body element:
<body class="claro">
That was it. I completely disregarded this <body class="claro">.
Thank you Robert!