Jump to content
  • entries
    18
  • comments
    0
  • views
    1933

Убрать браузерную обводку по клику на кнопке <button>, <input>, <a> или на <textarea>.


Печенег

1024 views

 Share

 

 

:focus {
	outline: none !important;
}

::-moz-focus-outer, ::-moz-focus-inner {
	border: 0px !important;
	padding: 0;
}

a:focus,
a:active,
button:focus {
	outline: 0!important;
	outline-color: transparent!important;
	outline-width: 0!important;
	outline-style: none!important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

input, textarea, input:active, textarea:active {
	outline:none;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	visibility: hidden;
}

 

 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

General chat

Please enter your display name

×
×
  • Create New...

Important Information

Продолжая использовать Веб-сайт ostogramm.ru Вы автоматически соглашаетесь с Privacy Policy и Guidelines, в ином случаи просто покиньте его.