Skip to content

Commit e20d1d0

Browse files
authored
Placeholders style (#63)
* Fixed placeholders style, now weight and style are normals * Added new version
1 parent be1c97d commit e20d1d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-scraper-chrome-extension",
3-
"version": "0.3.616",
3+
"version": "0.3.617",
44
"description": "Web data extraction tool implemented as chrome extension",
55
"scripts": {
66
"lint": "eslint --ext .js src",

src/devtools/panel.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,8 @@ select[size] {
177177
.actions-block > button:not(:last-of-type) {
178178
margin-right: 5px;
179179
}
180+
181+
.form-control::placeholder {
182+
font-style: normal;
183+
font-weight: normal;
184+
}

0 commit comments

Comments
 (0)