Guest User

Untitled

a guest
Dec 13th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <span
  2. class="fa fa-cog fa-2x"
  3. uib-popover-template="'popoverTemplate.html'"></span>
  4.  
  5. fa.cog{
  6. color: grey;
  7. }
  8.  
  9. fa.cog:hover{
  10. color: black;
  11. }
  12. //Doesn't work
  13. fa.cog :active or :focus or :target etc.{
  14. color: black
  15. }
Add Comment
Please, Sign In to add comment