Fossil SCM
caps/ref.html: modified inlined table header style to be readable in dark-mode skins (eagle, xekri, darkmode).
Commit
5d8e5eeba5701bb58e30d71f9412c9969af59dbfbec67686c5748fe30804083a
Parent
9a8361f6b2973b6…
1 file changed
+4
+4
| --- www/caps/ref.html | ||
| +++ www/caps/ref.html | ||
| @@ -9,10 +9,14 @@ | ||
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | tr > th { |
| 12 | 12 | background-color: #e8e8e8; |
| 13 | 13 | vertical-align: top; |
| 14 | + } | |
| 15 | + body.fossil-dark-style tr > th { | |
| 16 | + color: #000; | |
| 17 | + opacity: 0.85; | |
| 14 | 18 | } |
| 15 | 19 | |
| 16 | 20 | tr.cols th { |
| 17 | 21 | white-space: nowrap; |
| 18 | 22 | } |
| 19 | 23 |
| --- www/caps/ref.html | |
| +++ www/caps/ref.html | |
| @@ -9,10 +9,14 @@ | |
| 9 | } |
| 10 | |
| 11 | tr > th { |
| 12 | background-color: #e8e8e8; |
| 13 | vertical-align: top; |
| 14 | } |
| 15 | |
| 16 | tr.cols th { |
| 17 | white-space: nowrap; |
| 18 | } |
| 19 |
| --- www/caps/ref.html | |
| +++ www/caps/ref.html | |
| @@ -9,10 +9,14 @@ | |
| 9 | } |
| 10 | |
| 11 | tr > th { |
| 12 | background-color: #e8e8e8; |
| 13 | vertical-align: top; |
| 14 | } |
| 15 | body.fossil-dark-style tr > th { |
| 16 | color: #000; |
| 17 | opacity: 0.85; |
| 18 | } |
| 19 | |
| 20 | tr.cols th { |
| 21 | white-space: nowrap; |
| 22 | } |
| 23 |