|
78 | 78 | border: 1px solid rgba(0, 0, 0, 0.15); |
79 | 79 | font-size: 12px; |
80 | 80 | height: 28px; |
81 | | - background: #fff; |
82 | | - color: #333; |
| 81 | + background-color: #ffffff !important; |
| 82 | + color: #333 !important; |
83 | 83 | appearance: none; |
84 | 84 | background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23666666' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.4-12.8z'/%3E%3C/svg%3E"); |
85 | 85 | background-repeat: no-repeat; |
|
149 | 149 | text-overflow: ellipsis !important; |
150 | 150 | overflow: hidden !important; |
151 | 151 | color: #333 !important; |
| 152 | + background-color: #ffffff !important; |
152 | 153 | -webkit-text-fill-color: #333 !important; |
153 | 154 | text-indent: 0 !important; |
154 | 155 | letter-spacing: normal !important; |
|
193 | 194 | border: 1px solid rgba(0, 0, 0, 0.15); |
194 | 195 | font-size: 12px; |
195 | 196 | min-height: 28px !important; |
196 | | - background: #fff; |
197 | | - color: #333; |
| 197 | + background-color: #ffffff !important; |
| 198 | + color: #333 !important; |
198 | 199 | appearance: none; |
199 | 200 | background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23666666' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.4-12.8z'/%3E%3C/svg%3E"); |
200 | 201 | background-repeat: no-repeat; |
|
250 | 251 | margin: 0; |
251 | 252 | word-break: normal; |
252 | 253 | overflow-wrap: break-word; |
| 254 | + background-color: transparent !important; |
| 255 | + color: inherit !important; |
| 256 | + border: none !important; |
| 257 | + line-height: inherit !important; |
253 | 258 | } |
254 | 259 |
|
255 | 260 | #license-diff-display .ldiff-pending { |
|
439 | 444 | border: 1px solid rgba(0, 0, 0, 0.15); |
440 | 445 | font-size: 12px; |
441 | 446 | min-height: 30px !important; |
442 | | - background: #fff; |
443 | | - color: #333; |
| 447 | + background-color: #ffffff !important; |
| 448 | + color: #333 !important; |
444 | 449 | appearance: none; |
445 | 450 | background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23666666' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.4-12.8z'/%3E%3C/svg%3E"); |
446 | 451 | background-repeat: no-repeat; |
|
576 | 581 | border: 1px solid #3b3e46 !important; |
577 | 582 | } |
578 | 583 |
|
| 584 | +#license-diff-ui.ld-theme-dark #license-diff-dropdown option { |
| 585 | + background-color: #212830 !important; |
| 586 | + color: #f0f6fc !important; |
| 587 | + -webkit-text-fill-color: #f0f6fc !important; |
| 588 | +} |
| 589 | + |
579 | 590 | #license-diff-ui.ld-theme-dark #license-diff-url a { |
580 | 591 | color: #4493f8 !important; |
581 | 592 | border-bottom: 1px dotted transparent !important; |
|
0 commit comments