Explorar el Código

Tweaked badge background color

master
Said Achmiz hace 7 años
padre
commit
a31e72b5a9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      src/platform/chrome/background.js
  2. 1
    1
      src/platform/firefox/background.js

+ 1
- 1
src/platform/chrome/background.js Ver fichero

}); });


chrome.browserAction.setBadgeBackgroundColor({ chrome.browserAction.setBadgeBackgroundColor({
color: "#666"
color: "#0071b3"
}); });

+ 1
- 1
src/platform/firefox/background.js Ver fichero

}); });


chrome.browserAction.setBadgeBackgroundColor({ chrome.browserAction.setBadgeBackgroundColor({
color: "#666"
color: "#0071b3"
}); });

Cargando…
Cancelar
Guardar