Advertisement
puellae-themes

Changing select colour

Dec 3rd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.12 KB | None | 0 0
  1. ::selection {
  2. background: #707070;
  3. color: #ffffff;
  4. }
  5.  
  6. ::-moz-selection {
  7. background: #707070;
  8. color: #ffffff;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement