Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <style>
  2. a[ng-click="showMyGifts()"]:hover>.fa,
  3. a[ng-click="showNotifications()"]:hover>.fa,
  4. a[ng-click="addFavorite()"]:hover>.fa,
  5. a[ng-click="showHerGifts()"]:hover>.fa,
  6. a[ng-click="showFavorites()"]:hover>.fa,
  7. a[ng-click="addToChatList()"]:hover>.fa{
  8. color:#FFFAFA;
  9. -ms-transform: scale(1.1); /* IE 9 */
  10. -webkit-transform: scale(1.1); /* Safari 3-8 */
  11. transform: scale(1.1);
  12. }
  13. .nav.soi-sidenav>li {
  14. color:#FFFAFA!important;
  15. margin-bottom: 2%;
  16. border-top-left-radius: 0px;
  17. border-top-right-radius: 0px;
  18. border-bottom-left-radius: 0px;
  19. border-bottom-right-radius: 0px;
  20. border-top: 0px none #FF0000;
  21. border-right: 0px none #FF0000;
  22. border-bottom: 0px none #FF0000;
  23. border-left: 6px solid Dim;
  24. border-collapse: separate;
  25. border-spacing: 0px 0px;
  26. background-color:#FFCCCC;
  27. }
  28. .nav.soi-sidenav>li:hover {
  29. border-left: 15px solid #FFCCCC;
  30. transition: 0.3s ease-out;
  31. }
  32. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement