Skip to content

Instantly share code, notes, and snippets.

@techarch
Created June 20, 2015 12:29
Show Gist options
  • Save techarch/6da4b32706ef7ba46291 to your computer and use it in GitHub Desktop.
Save techarch/6da4b32706ef7ba46291 to your computer and use it in GitHub Desktop.
/*
mff.bookmarklet.css
version 0.0.1
*/
#mff-netflix-control-panel {
background-color: #ddd;
border: 1px solid red;
border-radius: 6px;
position: absolute;
top: 5px;
left: 520px;
z-index: 1000;
}
#mff-netflix-control-panel header {
background-color: red;
color: white;
font-weight: bold;
font-size: 9pt;
padding: 2px;
}
#mff-netflix-control-panel section {
background-color: #EEE;
font-size: 8pt;
font-style: italic;
padding: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment