diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
commit | 229240370f009a7ba1dc31f57bcfcbd2cf785d0a (patch) | |
tree | defa51219f44d19451bbcfd1e8298eadb1e3f4b7 /data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css | |
parent | f2a3be07039056c76e3ca4e6040ec900ba64f376 (diff) |
Updated extensions
- HTTPS Everywhere updated to 2018.1.11
- "goteo.org payments with free JS" updated to 1.1
- "LibreJS compatible Pay.gov" updated to 1.3
- "Reveal hidden HTML" updated to 1.6
- Enabled WebRTC, but prevent leaking the LAN ip.
Diffstat (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css')
-rw-r--r-- | data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css b/data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css deleted file mode 100644 index a9f0eb9..0000000 --- a/data/extensions/https-everywhere-eff@eff.org/chrome/skin/https-everywhere.css +++ /dev/null @@ -1,78 +0,0 @@ -#https-everywhere-button { - -moz-binding: url("chrome://https-everywhere/content/toolbar_button_binding.xml#https-everywhere-binding"); -} - -#https-everywhere-button dropmarker { - display: none; -} - -toolbar #https-everywhere-button, -toolbar #https-everywhere-button > .https-everywhere-button { - -moz-box-orient: horizontal; -} - -/* Use CSS attribute selector for changing icon */ -#https-everywhere-button[state="inactive"] > .https-everywhere-button { - list-style-image: url("chrome://https-everywhere/skin/icon-inactive-16.png"); -} -#https-everywhere-button[state="active"] > .https-everywhere-button { - list-style-image: url("chrome://https-everywhere/skin/icon-active-16.png"); -} -#https-everywhere-button[state="disabled"] > .https-everywhere-button { - list-style-image: url("chrome://https-everywhere/skin/icon-disabled-16.png"); -} -#https-everywhere-button[state="blocking"] > .https-everywhere-button { - list-style-image: url("chrome://https-everywhere/skin/icon-blocking-16.png"); -} - -/* ruleset counter */ -#rscounter { - margin: 3px -12px 0 -8px; - display: block; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -/* increase negative margins in the palette and panel so the button isn't too wide. */ -#wrapper-https-everywhere-button[place="palette"] > #https-everywhere-button > #rscounter, -#https-everywhere-button[cui-areatype="menu-panel"] > #rscounter { - margin: 3px -16px 0 -8px; -} - -/* rulesets applied label */ -#rsapplied { - -moz-box-sizing: border-box; - box-sizing: border-box; - font-size: 12px; - color: #000; - background-color: #FFF; - border-width: 1px; - border-style: solid; - padding: 1px 1px 1px 1px; - visibility: hidden; -} - -#https-everywhere-button:not([rulesetsApplied="0"]) #rsapplied { - visibility: visible; -} - -#https-everywhere-button menuitem.active-item label { - color: #1e6419; - font-weight: bold; -} -#https-everywhere-button menuitem.moot-item label { - color: #1e6419; - opacity: 0.75; - font-weight: bold; -} -#https-everywhere-button menuitem.breaking-item label { - color: #b99999; - font-weight: bold; -} -#https-everywhere-button menuitem.inactive-item label { - color: #999999; - font-weight: bold; -} -#https-everywhere-button menuitem.birthday label { - font-weight: bold; -} |