We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1c97d commit e20d1d0Copy full SHA for e20d1d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-scraper-chrome-extension",
3
- "version": "0.3.616",
+ "version": "0.3.617",
4
"description": "Web data extraction tool implemented as chrome extension",
5
"scripts": {
6
"lint": "eslint --ext .js src",
src/devtools/panel.css
@@ -177,3 +177,8 @@ select[size] {
177
.actions-block > button:not(:last-of-type) {
178
margin-right: 5px;
179
}
180
+
181
+.form-control::placeholder {
182
+ font-style: normal;
183
+ font-weight: normal;
184
+}
0 commit comments