theme_overrides.css 761 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* override table width restrictions */
  2. @media screen and (min-width: 767px) {
  3. .wy-table-responsive table td {
  4. /* !important prevents the common CSS stylesheets from overriding
  5. this as on RTD they are loaded after this stylesheet */
  6. white-space: normal !important;
  7. }
  8. .wy-table-responsive {
  9. overflow: visible !important;
  10. }
  11. }
  12. .wy-side-nav-search {
  13. background-color: #e3e3e3 !important;
  14. }
  15. .wy-side-nav-search input[type=text] {
  16. border-radius: 0px !important;
  17. border-color: #333333 !important;
  18. }
  19. .icon-home {
  20. color: #333333 !important;
  21. }
  22. .icon-home:hover {
  23. background-color: #d6d6d6 !important;
  24. }
  25. .version {
  26. color: #000000 !important;
  27. }
  28. a:hover {
  29. color: #bd2c2a !important;
  30. }
  31. .logo {
  32. width: 240px !important;
  33. }