pinokiod 3.9.37 → 3.9.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.9.37",
3
+ "version": "3.9.39",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -108,6 +108,7 @@ body.dark .item .explanation {
108
108
  color: rgba(210,0,0,0.8);
109
109
  font-size: 12px;
110
110
  }
111
+ /*
111
112
  body.dark .item input[type=text] {
112
113
  background: rgba(255,255,255,0.1);
113
114
  color: white;
@@ -116,11 +117,14 @@ body.dark .item select {
116
117
  color: white;
117
118
  background: rgba(255,255,255,0.1);
118
119
  }
120
+ */
119
121
  .item input[type=text] {
120
122
  padding: 10px;
121
123
  flex-grow: 1;
122
124
  border: none;
125
+ /*
123
126
  background: rgba(0,0,0,0.05);
127
+ */
124
128
  width: 100%;
125
129
  }
126
130
  .item select {
@@ -130,7 +134,9 @@ body.dark .item select {
130
134
  appearance: none;
131
135
  */
132
136
 
137
+ /*
133
138
  background: rgba(0,0,0,0.05);
139
+ */
134
140
  padding: 10px;
135
141
  box-sizing: border-box;
136
142
  width: 100%;