Fossil SCM
Darkmode skin tweak so that certain form elements, e.g. buttons, don't have _entirely_ invisible backgrounds.
Commit
65233c9f33e549883967552f7b3068786f56ad383583bdc8fe07c6512d056c0d
Parent
48887195881200a…
1 file changed
+1
-1
+1
-1
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -520,11 +520,11 @@ | ||
| 520 | 520 | button, |
| 521 | 521 | input, |
| 522 | 522 | optgroup, |
| 523 | 523 | select, |
| 524 | 524 | textarea { |
| 525 | - background-color: inherit; | |
| 525 | + background-color: rgba(45,45,45,0.75); | |
| 526 | 526 | color: inherit; |
| 527 | 527 | font: inherit; |
| 528 | 528 | margin: 0 |
| 529 | 529 | } |
| 530 | 530 | input, textarea, select { |
| 531 | 531 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -520,11 +520,11 @@ | |
| 520 | button, |
| 521 | input, |
| 522 | optgroup, |
| 523 | select, |
| 524 | textarea { |
| 525 | background-color: inherit; |
| 526 | color: inherit; |
| 527 | font: inherit; |
| 528 | margin: 0 |
| 529 | } |
| 530 | input, textarea, select { |
| 531 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -520,11 +520,11 @@ | |
| 520 | button, |
| 521 | input, |
| 522 | optgroup, |
| 523 | select, |
| 524 | textarea { |
| 525 | background-color: rgba(45,45,45,0.75); |
| 526 | color: inherit; |
| 527 | font: inherit; |
| 528 | margin: 0 |
| 529 | } |
| 530 | input, textarea, select { |
| 531 |