Skip to content

Instantly share code, notes, and snippets.

@w-barath
Created January 28, 2019 22:27
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 w-barath/24ea31e55af8912a357285e557a78ff6 to your computer and use it in GitHub Desktop.
Save w-barath/24ea31e55af8912a357285e557a78ff6 to your computer and use it in GitHub Desktop.
Stylus phpMyAdmin conveniences
Applies To: .*/phpMyAdmin/.*
#page_content div.tools.print_ignore > a:nth-child(6) {
position: fixed;
z-index: 1000;
top: 2em;
right: .5em;
background: #FFC;
color: #821;
padding:.5em;
border:1px solid #821;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment