aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/netmonitor.css
diff options
context:
space:
mode:
authorHorst31802015-09-24 02:11:04 +0200
committerHorst31802015-09-24 02:11:04 +0200
commit976787c0273b2f4d60e979dc7754d76acbaea8ed (patch)
treeb303c2cdcc99ebd85f42099338f7d179c6248720 /arc-firefox-theme/chrome/browser/devtools/netmonitor.css
parent4bd72dfb583377dcc92304cb5f5122fccfd26a00 (diff)
downloadsolarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.gz
solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.xz
solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.zip
update to 42.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/netmonitor.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devtools/netmonitor.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/netmonitor.css b/arc-firefox-theme/chrome/browser/devtools/netmonitor.css
index 92f2efc..9448a39 100644
--- a/arc-firefox-theme/chrome/browser/devtools/netmonitor.css
+++ b/arc-firefox-theme/chrome/browser/devtools/netmonitor.css
@@ -143,31 +143,28 @@
}
.requests-security-state-icon {
+ width: 16px;
+ height: 16px;
-moz-margin-end: 4px;
- -moz-image-region:rect(0px, 16px, 16px, 0px);
-}
-
-.requests-security-state-icon:hover {
- -moz-image-region: rect(0px, 32px, 16px, 16px);
}
.security-state-insecure {
- list-style-image: url(chrome://browser/skin/identity-icons-generic.png);
+ list-style-image: url(chrome://browser/skin/identity-not-secure.svg);
}
.security-state-secure {
cursor: pointer;
- list-style-image: url(chrome://browser/skin/identity-icons-https.png);
+ list-style-image: url(chrome://browser/skin/identity-secure.svg);
}
.security-state-weak {
cursor: pointer;
- list-style-image: url(chrome://browser/skin/identity-icons-https-mixed-display.png);
+ list-style-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg);
}
.security-state-broken {
cursor: pointer;
- list-style-image: url(chrome://browser/skin/identity-icons-https-mixed-active.png);
+ list-style-image: url(chrome://browser/skin/identity-mixed-active-loaded.svg);
}
.requests-menu-type {