[fixed] minor cosmetic issue
Posted: Sun Mar 19, 2017 9:59 pm
The close button in the modal boxes (e.g. alerts) has a blue box around it in Chrome.
To fix, add:
to:
in admin/themes/OneEleven/css/style.css
To fix, add:
Code: Select all
outline: none;
Code: Select all
.ui-button {}