|
28 | 28 | @dark-border-color: #434343; |
29 | 29 | @dropdown-bgColor: #1f1f1f; |
30 | 30 | @dropdown-hover-bgColor: rgba(255, 255, 255, 0.08); |
31 | | -@table-header-bgColor: #1d1d1d; |
| 31 | +@table-header-bgColor: #33343e; |
32 | 32 | @table-header-hover-bgColor: #303030; |
33 | 33 | @table-body-hover-bgColor: #262626; |
34 | 34 | @disabled-bgColor: #555; |
|
40 | 40 | color: @dark-text-color-3; |
41 | 41 | } |
42 | 42 |
|
| 43 | + .ant-select-multiple .ant-select-selection-item { |
| 44 | + background-color: @dark-secondary-bgColor; |
| 45 | + color: @dark-text-color-3; |
| 46 | + border-color: @dark-border-color; |
| 47 | + } |
| 48 | + |
| 49 | + .ant-select-multiple .ant-select-selection-item-remove { |
| 50 | + color: @dark-text-color-3 !important; |
| 51 | + } |
| 52 | + |
| 53 | + .list .item:hover { |
| 54 | + background: @table-body-hover-bgColor; |
| 55 | + } |
| 56 | + |
43 | 57 | .user-layout, .ant-layout { |
44 | 58 | background: @dark-bgColor; |
45 | 59 | } |
|
52 | 66 | box-shadow: none; |
53 | 67 | } |
54 | 68 |
|
| 69 | + .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) { |
| 70 | + color: rgba(255, 255, 255, 0.2) !important; |
| 71 | + } |
| 72 | + |
55 | 73 | .ant-drawer-content { |
56 | 74 | background-color: rgb(0, 21, 41); |
57 | 75 | } |
|
276 | 294 | color: @dark-text-color-3; |
277 | 295 |
|
278 | 296 | &-thead { |
279 | | - background-color: @table-header-bgColor; |
| 297 | + background-color: @dark-secondary-bgColor; |
280 | 298 |
|
281 | 299 | tr th { |
282 | 300 | color: @dark-text-color-4; |
283 | | - background-color: @table-header-bgColor; |
| 301 | + background-color: @dark-secondary-bgColor; |
284 | 302 | border-color: @dark-border-color; |
285 | 303 |
|
286 | 304 | .ant-table-column-has-actions.ant-table-column-has-sorters:hover, |
|
298 | 316 | & > tr:hover.ant-table-row-selected > td, |
299 | 317 | & > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td, |
300 | 318 | & > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td { |
301 | | - background-color: @table-body-hover-bgColor; |
| 319 | + background-color: @dark-secondary-bgColor; |
302 | 320 | } |
303 | 321 | } |
304 | 322 |
|
|
320 | 338 |
|
321 | 339 |
|
322 | 340 | & > tr > td.ant-table-cell { |
323 | | - background: @dropdown-hover-bgColor; |
| 341 | + background: @dark-secondary-bgColor; |
324 | 342 | } |
325 | 343 |
|
326 | 344 | & > tr > td.ant-table-cell:hover { |
327 | | - background: @dropdown-hover-bgColor !important; |
| 345 | + background: @table-body-hover-bgColor !important; |
328 | 346 | } |
329 | 347 |
|
330 | 348 | & > tr.ant-table-row:hover > td, & > tr > td.ant-table-cell-row-hover { |
|
479 | 497 | } |
480 | 498 |
|
481 | 499 | .ant-tag-error { |
482 | | - color: #f5222d !important; |
| 500 | + color: #ff5959 !important; |
483 | 501 | background: #fff1f0; |
484 | 502 | border-color: #ffa39e; |
485 | 503 | } |
|
0 commit comments