| | |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | min-height: 150px; |
| | | overflow-y: auto; |
| | | color: #000000; |
| | | |
| | | .ant-select { |
| | | width: 270px; |
| | | color: #000000; |
| | | } |
| | | |
| | | .date { |
| | | margin-left: 15px; |
| | | } |
| | | .ant-select.ant-select-disabled { |
| | | .ant-select-selection:hover { |
| | | border-color: #d9d9d9; |
| | | } |
| | | .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active { |
| | | border-color: #d9d9d9; |
| | | box-shadow: none; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mk-add-book { |
| | | padding: 4px 8px 10px; |
| | | cursor: pointer; |
| | | text-align: center; |
| | | color: var(--mk-sys-color); |
| | | } |
| | | |