icon.custom.css 1000 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .icon-servers{
  2. background:url('icons/servers.png') no-repeat;
  3. }
  4. .icon-server{
  5. background:url('icons/server.png') no-repeat;
  6. }
  7. .icon-server-error{
  8. background:url('icons/server_error.png') no-repeat;
  9. }
  10. .icon-home{
  11. background:url('icons/home.png') no-repeat;
  12. }
  13. .icon-download{
  14. background:url('icons/download1.png') no-repeat;
  15. }
  16. .icon-seed{
  17. background:url('icons/seed.png') no-repeat;
  18. }
  19. .icon-warning{
  20. background:url('icons/warning.png') no-repeat;
  21. }
  22. .icon-error{
  23. background:url('icons/stop.png') no-repeat;
  24. }
  25. .icon-pause{
  26. background:url('icons/pause.png') no-repeat;
  27. }
  28. .icon-check{
  29. background:url('icons/yin-yang.png') no-repeat;
  30. }
  31. .icon-actively{
  32. background:url('icons/actively.png') no-repeat;
  33. }
  34. .icon-wait{
  35. background:url('icons/wait.png') no-repeat;
  36. }
  37. .icon-chart{
  38. background:url('icons/chart.png') no-repeat;
  39. }
  40. .icon-filter{
  41. background:url('icons/filter.png') no-repeat center center;
  42. }