You are here

addtocopy.css in Add link to copied text 7

Same filename and directory in other branches
  1. 6 addtocopy.css
#ctrlcopy {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 5px 0 0 -1px;
  line-height: 0;
  opacity: 0;
}

File

addtocopy.css
View source
  1. #ctrlcopy {
  2. overflow: hidden;
  3. position: absolute;
  4. width: 1px;
  5. height: 1px;
  6. margin: 5px 0 0 -1px;
  7. line-height: 0;
  8. opacity: 0;
  9. }