fnz.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #blazor-error-ui {
  2. background: lightyellow;
  3. bottom: 0;
  4. box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  5. display: none;
  6. left: 0;
  7. padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  8. position: fixed;
  9. width: 100%;
  10. z-index: 1080;
  11. }
  12. #blazor-error-ui .dismiss {
  13. cursor: pointer;
  14. position: absolute;
  15. right: 0.75rem;
  16. top: 0.5rem;
  17. }
  18. /* */
  19. .bk-filename-text, .bk-indicators, .bk-arrow {
  20. background-color: rgba(0, 0, 0, 40%) !important;
  21. background-color: #00000066 !important;
  22. }
  23. .disc-card-cover {
  24. height: 15vmax;
  25. background-size: cover !important;
  26. background-repeat: no-repeat;
  27. background-position: 50% 50%;
  28. }
  29. tr.mouse-hilight:hover {
  30. border-bottom: 1px var(--bs-success);
  31. }
  32. /* */
  33. .dropdown-menu.show[aria-labelledby=themes] {
  34. display: flex;
  35. flex-wrap: wrap;
  36. width: 420px
  37. }
  38. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
  39. width: 33.333333%
  40. }
  41. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
  42. width: 100%
  43. }