Guest User

Untitled

a guest
May 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. .faq-hover-container > div {
  2.     filter: alpha(opacity=100);
  3.     opacity: 1;
  4.  
  5.  
  6. }
  7. .faq-hover-container > div:first-child {
  8.     filter: alpha(opacity=100);
  9.     opacity: 1;
  10.     background-color:#039;
  11. }
  12. .faq-hover-container:hover > div {
  13.     filter: alpha(opacity=100);
  14.     opacity: 1;
  15.  
  16.  
  17. }
  18. .faq-hover-container > div.faq-hover-more {
  19.     filter: alpha(opacity=0);
  20.     opacity: 0;
  21. }
  22. .faq-hover-container:hover > div.faq-hover-more {
  23.     filter: alpha(opacity=100);
  24.     opacity: 1;
  25. }
Add Comment
Please, Sign In to add comment