You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
681 B

  1. #mynetwork {
  2. /*background: black;*/
  3. }
  4. .o-height600 {
  5. max-height: 600px!important;
  6. }
  7. .o-height500 {
  8. max-height: 500px!important;
  9. }
  10. .o-height300 {
  11. max-height: 300px!important;
  12. }
  13. .o-overflowScroll {
  14. /*max-height: 600px;*/
  15. overflow-y: scroll;
  16. }
  17. .o-mouseoverGrey {
  18. background: white;
  19. cursor: pointer;
  20. }
  21. .o-mouseoverGrey:hover {
  22. background: #cccccc;
  23. }
  24. /* sidebar */
  25. .o_sidebar a {
  26. color: white!important;
  27. padding: 10px;
  28. }
  29. .o_sidebar a:hover {
  30. background: #9E9E9E!important;
  31. color: white;
  32. }
  33. .o_sidebarIcon {
  34. font-size: 180%;
  35. margin-right: 10px;
  36. }
  37. .o_textRoundProgress {
  38. margin-left: 30%;
  39. margin-top: -15%;
  40. }