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.

39 lines
513 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;
  27. }
  28. .o_sidebar a:hover{
  29. background: #9E9E9E!important;
  30. color: white;
  31. }