Chrome extension to make the / key find in page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
184 B

12 years ago
  1. /*
  2. TODO: dynamically change this for the window.find() result maybe?
  3. ::selection {
  4. background:#f094b7;
  5. color:#555;
  6. }
  7. ::-webkit-selection {
  8. background:#f094b7;
  9. color:#555;
  10. }
  11. */