Fossil SCM
Revert part of the previous commit so that only buttons, not textareas an input fields, are affects.
Commit
15d58775a75f09460de0af015f9c01168b5367d0bbcb9df468dcf2484c53bf11
Parent
65233c9f33e5498…
1 file changed
+4
-1
+4
-1
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -520,15 +520,18 @@ | ||
| 520 | 520 | button, |
| 521 | 521 | input, |
| 522 | 522 | optgroup, |
| 523 | 523 | select, |
| 524 | 524 | textarea { |
| 525 | - background-color: rgba(45,45,45,0.75); | |
| 525 | + background: inherit; | |
| 526 | 526 | color: inherit; |
| 527 | 527 | font: inherit; |
| 528 | 528 | margin: 0 |
| 529 | 529 | } |
| 530 | +button { | |
| 531 | + background-color: rgba(45,45,45,0.75); | |
| 532 | +} | |
| 530 | 533 | input, textarea, select { |
| 531 | 534 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 532 | 535 | padding: 1px; |
| 533 | 536 | } |
| 534 | 537 | select { |
| 535 | 538 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -520,15 +520,18 @@ | |
| 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 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 532 | padding: 1px; |
| 533 | } |
| 534 | select { |
| 535 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -520,15 +520,18 @@ | |
| 520 | button, |
| 521 | input, |
| 522 | optgroup, |
| 523 | select, |
| 524 | textarea { |
| 525 | background: inherit; |
| 526 | color: inherit; |
| 527 | font: inherit; |
| 528 | margin: 0 |
| 529 | } |
| 530 | button { |
| 531 | background-color: rgba(45,45,45,0.75); |
| 532 | } |
| 533 | input, textarea, select { |
| 534 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 535 | padding: 1px; |
| 536 | } |
| 537 | select { |
| 538 |