|
4 | 4 | @media (prefers-color-scheme: dark) {
|
5 | 5 | :root {
|
6 | 6 | --f7-theme-color: #007bff;
|
| 7 | + --f7-treeview-toggle-color: rgba(159, 159, 159, .5); |
7 | 8 | }
|
8 | 9 |
|
9 | 10 | .sp-preview input[type=checkbox]:not(:checked) + .toggle-icon {
|
|
15 | 16 | }
|
16 | 17 |
|
17 | 18 | .sp-preview .sp-header {
|
18 |
| - background: #383837 !important; |
| 19 | + background: #333233 !important; |
19 | 20 | color: #fafafa !important;
|
20 | 21 | border-color: black !important;
|
21 | 22 | }
|
|
30 | 31 |
|
31 | 32 | .sp-container .card {
|
32 | 33 | color: white;
|
33 |
| - background: #28282b; |
34 |
| - border: 1px solid #3a3a3d; |
| 34 | + background: #242323; |
| 35 | + border: 1px solid #373636; |
35 | 36 | }
|
36 | 37 |
|
37 | 38 | .sp-container .sp-output-action .sp-output-surface-behavior {
|
|
85 | 86 | }
|
86 | 87 |
|
87 | 88 | .sp-container thead tr {
|
88 |
| - background: #232227 !important; |
| 89 | + background: #1d1d1d !important; |
89 | 90 | }
|
90 | 91 |
|
91 |
| - .sp-container table, .sp-container table thead { |
| 92 | + .sp-container .table-container { |
92 | 93 | border-color: #333335 !important;
|
93 | 94 | }
|
94 | 95 |
|
95 | 96 | .sp-container table {
|
96 | 97 | background: #222225 !important;
|
97 | 98 | }
|
98 | 99 |
|
99 |
| - .sp-container table tbody tr:nth-child(even) { |
100 |
| - background: #2c2c2f !important; |
| 100 | + .sp-container .treeview-item:nth-child(even) { |
| 101 | + background: #282828 !important; |
| 102 | + } |
| 103 | + |
| 104 | + .sp-container .treeview-item:hover { |
| 105 | + background: #464646 !important; |
| 106 | + } |
| 107 | + |
| 108 | + .sp-container table th:not(:first-child), .sp-container table thead { |
| 109 | + border-color: #414141 !important; |
101 | 110 | }
|
102 | 111 | }
|
103 | 112 |
|
|
0 commit comments