pinokiod 3.9.38 → 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
|
@@ -122,7 +122,9 @@ body.dark .item select {
|
|
|
122
122
|
padding: 10px;
|
|
123
123
|
flex-grow: 1;
|
|
124
124
|
border: none;
|
|
125
|
+
/*
|
|
125
126
|
background: rgba(0,0,0,0.05);
|
|
127
|
+
*/
|
|
126
128
|
width: 100%;
|
|
127
129
|
}
|
|
128
130
|
.item select {
|
|
@@ -132,7 +134,9 @@ body.dark .item select {
|
|
|
132
134
|
appearance: none;
|
|
133
135
|
*/
|
|
134
136
|
|
|
137
|
+
/*
|
|
135
138
|
background: rgba(0,0,0,0.05);
|
|
139
|
+
*/
|
|
136
140
|
padding: 10px;
|
|
137
141
|
box-sizing: border-box;
|
|
138
142
|
width: 100%;
|