Skip to content

Commit b0d0e41

Browse files
committed
changed icon for indicators
1 parent 7b6f00a commit b0d0e41

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/selenium-ide/src/content/indicator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var handleMessage = (function() {
33
var circle = document.getElementById('circle')
44
var img = document.getElementById('ide-img')
55
img.src = (window.chrome ? chrome : browser).runtime.getURL(
6-
'/icons/icon_menu64.png'
6+
'/icons/icon_light128.png'
77
)
88
var lastTimeoutHandle = 0
99
function resetContent() {

packages/selenium-ide/src/content/targetSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TargetSelector {
5858
"pointer-events: none;display: flex;align-items: center;justify-content: center;flex-direction: row;position: fixed;top: 20%;left: 50%;transform: translateX(-50%);background: #f7f7f7;color: #114990;font-size: 22px;font-weight: 200;z-index: 10001;font-family: system, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);border: 1px black solid; border-radius: 50px;padding: 10px;"
5959
)
6060
const img = doc.createElement('img')
61-
img.src = browser.runtime.getURL('/icons/icon_menu64.png')
61+
img.src = browser.runtime.getURL('/icons/icon_light128.png')
6262
img.setAttribute('style', 'width: 28px;margin: 0 10px;')
6363
header.appendChild(img)
6464
const span = doc.createElement('span')
5.19 KB
Loading

packages/selenium-ide/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"web_accessible_resources": [
4040
"icons/icon128.png",
41-
"icons/icon_menu64.png",
41+
"icons/icon_light128.png",
4242
"assets/prompt.js",
4343
"assets/indicator.js",
4444
"assets/highlight.css",

0 commit comments

Comments
 (0)