Blue border around video file in wordpress

I would like to ask you for a help.
I am using Word press 4.2.2 and inserting videos on my pages. But when i click on it it makes blue border around it.

I tried to change theme style.css, bootstrap.css and even wp-mediaelements.css where i tried border: none and border:0px option. Nothing works.

Read More

in IE it is all right, but FF, Chrome, Safari and Opera are still showing that border.

Can somebody make suggestions how to fix this?

Thanks all for help.

Related posts

Leave a Reply

4 comments

  1. I found it on:
    /wp-includes/css/media-views.min.css

    .mejs-container:focus {
        outline:1px solid #5b9dd9;
        box-shadow:0 0 2px 1px rgba(30, 140, 190, .8)
    }