fnz.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: #00000066 !important;
  21. }
  22. .disc-card-cover {
  23. height: 15vmax;
  24. background-size: cover !important;
  25. background-repeat: no-repeat;
  26. background-position: 50% 50%;
  27. }
  28. tr.mouse-hilight:hover {
  29. border-bottom: 1px var(--bs-success);
  30. }
  31. /* */
  32. .dropdown-menu.show[aria-labelledby=themes] {
  33. display: flex;
  34. flex-wrap: wrap;
  35. width: 420px
  36. }
  37. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
  38. width: 33.333333%
  39. }
  40. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
  41. width: 100%
  42. }