Fossil SCM
darkmode skin: give SELECT elements a color combination which is visible, as reported in [forum:9a87b3e40d | forum post 9a87b3e40d].
Commit
ee0b76a77e76ed920973d3beec865b91218f2f40e12c76374cb52c1515702ba7
Parent
7b1e2aaee15e806…
1 file changed
+4
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -529,10 +529,14 @@ | ||
| 529 | 529 | } |
| 530 | 530 | input, textarea, select { |
| 531 | 531 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 532 | 532 | padding: 1px; |
| 533 | 533 | } |
| 534 | +select { | |
| 535 | + color: #1f1f1f; | |
| 536 | + background: #ffffffe0; | |
| 537 | +} | |
| 534 | 538 | .capsumOff { |
| 535 | 539 | background-color: #222; |
| 536 | 540 | } |
| 537 | 541 | .capsumRead { |
| 538 | 542 | background-color: #262; |
| 539 | 543 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -529,10 +529,14 @@ | |
| 529 | } |
| 530 | input, textarea, select { |
| 531 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 532 | padding: 1px; |
| 533 | } |
| 534 | .capsumOff { |
| 535 | background-color: #222; |
| 536 | } |
| 537 | .capsumRead { |
| 538 | background-color: #262; |
| 539 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -529,10 +529,14 @@ | |
| 529 | } |
| 530 | input, textarea, select { |
| 531 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 532 | padding: 1px; |
| 533 | } |
| 534 | select { |
| 535 | color: #1f1f1f; |
| 536 | background: #ffffffe0; |
| 537 | } |
| 538 | .capsumOff { |
| 539 | background-color: #222; |
| 540 | } |
| 541 | .capsumRead { |
| 542 | background-color: #262; |
| 543 |