Page 1 of 1

[fixed] minor cosmetic issue

Posted: Sun Mar 19, 2017 9:59 pm
by DIGI3
The close button in the modal boxes (e.g. alerts) has a blue box around it in Chrome.
To fix, add:

Code: Select all

outline: none;
to:

Code: Select all

 .ui-button {}
in admin/themes/OneEleven/css/style.css

Re: minor cosmetic issue

Posted: Mon Mar 20, 2017 5:23 pm
by Rolf
Fixed in SVN rev: 11185