Guest User

Untitled

a guest
Feb 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. .normal {
  2. opacity: 1;
  3. filter: alpha(opacity=100);
  4. }
  5.  
  6. .disabled {
  7. opacity: 0.5;
  8. filter: alpha(opacity=50);
  9. }
Add Comment
Please, Sign In to add comment