Tagged: x
-
AuthorPosts
-
December 15, 2016 at 4:20 am #1294020
Gnomo BàgnoloParticipantHi
As you can view in this image
http://prntscr.com/djop60selected menu item on Firefox browser, has a “strange” box frame.
Is it a default setting or is it a firefox bug?
For live example try http://www.ilsentierodeglignomi.it
Thank You
December 15, 2016 at 5:06 am #1294059
ChristianModeratorHey there,
Please add the code below in your Appearance > Customize > Custom > Global CSS
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: 1px dotted #ff2a13; }To completely remove it, change
outline: 1px dotted #ff2a13;tooutline: 0Thanks.
December 21, 2016 at 4:06 am #1300301
Gnomo BàgnoloParticipantHi and Thank You for your reply
I’ve followed your suggestions, but with first solution compare a little dotted box frame ALSO on Chrome and Explorer
Thank You
Daniele
December 21, 2016 at 4:20 am #1300321
ThaiModeratorHi Daniele,
To completely remove it, please try with this:
a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus { outline: none !important; }Regards!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1294020 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
