Skip to content

Instantly share code, notes, and snippets.

@Eccenux
Last active June 13, 2020 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eccenux/1ef5d374af08603a9cc10df58b7b6fbd to your computer and use it in GitHub Desktop.
Save Eccenux/1ef5d374af08603a9cc10df58b7b6fbd to your computer and use it in GitHub Desktop.
bazowa dostępność epuap dla ON
@-moz-document url-prefix("https://epuap.gov.pl/") {
a:focus {
outline: 4px dashed darkorange;
outline-offset: -4px;
}
#headerTop .menu-right ul li {
padding: 0;
}
#headerTop .menu-right ul li a {
padding: .8em 1em;
box-sizing: border-box;
}
#EP2_katalogSpraw .sub-row .article-list ul.column li {
padding: 0;
}
#EP2_katalogSpraw .sub-row .article-list ul.column li a {
padding: 5px 10px;
display: inline-block;
}
}
.govpl-menu__section li a.active:focus {
outline:2px white dotted;
outline-offset: -3px;
}
.btn:focus, .btn.btn-primary:focus {
outline:2px white dotted;
outline-offset: -3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment