1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #blazor-error-ui {
- background: lightyellow;
- bottom: 0;
- box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
- display: none;
- left: 0;
- padding: 0.6rem 1.25rem 0.7rem 1.25rem;
- position: fixed;
- width: 100%;
- z-index: 1080;
- }
- #blazor-error-ui .dismiss {
- cursor: pointer;
- position: absolute;
- right: 0.75rem;
- top: 0.5rem;
- }
- /* */
- .bk-filename-text, .bk-indicators, .bk-arrow {
- background-color: #00000066 !important;
- }
- .disc-card-cover {
- height: 15vmax;
- background-size: cover !important;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- }
- tr.mouse-hilight:hover {
- border-bottom: 1px var(--bs-success);
- }
- /* */
- .dropdown-menu.show[aria-labelledby=themes] {
- display: flex;
- flex-wrap: wrap;
- width: 420px
- }
- .dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
- width: 33.333333%
- }
- .dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
- width: 100%
- }
|