@aiven
Ok, no problem.
I’ve seen this issue before. Probably a css style conflict from another plugin which is causing this.
I’ve attached an example printscreen from my env displaying some css using Firefox FireBug browser plugin. Compare it with yours.
Example printscreen Host or User Lockout details …
You will probably find that in your env css styles are used from a jquery-ui.css file instead of an ithemes.css file.
Please position the mouse cursor on top of the file name (jquery-ui.css). A tool tip will show you the full path to the jquery-ui.css file. It could be pointing to a plugin or theme folder which includes its own jQuery install or one from Google CDN.
Note the jQuery jquery-ui.css file is normally not included in a WP 4.5 install …
Also notice in my printscreen that (when details are properly displayed) the Logs Details jQuery dialog box only uses styles from the following files:
- ithemes.css
- load-styles.php
You’ll need to identify which plugin enqueues the jquery-ui.css file.
To prevent conflicts it should only be enqueued in that plugin’s admin pages… (and not in ALL admin pages).
dwinden