diff --git a/app/styles/main.css b/app/styles/main.css index cdadc9a..812eae5 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -998,7 +998,7 @@ textarea.form-input.input-sm { } .form-select:not([multiple]):not([size]) { - background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem; + background: #303742 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem; padding-right: 1.2rem; } diff --git a/manifest.json b/manifest.json index df22fa2..cf1a545 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name": "XPath finder", "description": "XPath Finder, simple and useful, open-source project by LetCode with Koushik", "author": "Koushik Chatterjee", - "version": "2.0.2", + "version": "2.0.3", "manifest_version": 2, "icons": { "16": "assets/16.png", diff --git a/option/option.html b/option/option.html index 5c14cd4..28e8266 100644 --- a/option/option.html +++ b/option/option.html @@ -12,7 +12,7 @@ - +
@@ -26,7 +26,7 @@

Code snippet


-
+
${getSelectionValues(data, i, data.xpathid, false)} +
`; @@ -277,7 +277,7 @@ function buildCSSUI(data) { let ui = ''; for (let i = 0; i < data.cssPath.length; i++) { ui += `
- ${i + 1}. ${data.cssPath[i][1]} + ${i + 1}. ${data.cssPath[i][1]}
${data.cssPath[i][2]} diff --git a/popup/popup.html b/popup/popup.html index dc34dd2..3bfbb8a 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -70,7 +70,7 @@

Privacy Policy

-

Copyright © 2022 Koushik Chatterjee +

Copyright © 2023 Koushik Chatterjee