X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=61f719ec31c86496501d50e7a63c952db8c84f68;hp=6c0e81c581fd7d6e2413048d6cd563620fcb5783;hb=e9fbfc3a7b3198b48b041b9d5ce52d444d3f3a40;hpb=1437a48cc96cb2df0e583660e83049b5bffa7b8f diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 6c0e81c5..61f719ec 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -11,7 +11,7 @@ window { :root.theme-dark, :root.theme-light { - --table-splitter-color: #9C9CFF; + --table-splitter-color: #A09090; --table-zebra-background: rgba(255,159,0,0.1); } @@ -167,25 +167,27 @@ window { width: 16px; height: 16px; -moz-margin-end: 4px; + cursor: pointer; } .security-state-insecure { - list-style-image: url("chrome://browser/skin/identity-not-secure.svg"); + list-style-image: url("chrome://browser/skin/identity-mixed-active-loaded.svg"); } .security-state-secure { - cursor: pointer; list-style-image: url("chrome://browser/skin/identity-secure.svg"); } .security-state-weak { - cursor: pointer; 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-mixed-active-loaded.svg"); + list-style-image: url("chrome://browser/skin/controlcenter/warning-gray.svg"); +} + +.security-state-local { + list-style-image: url("chrome://browser/skin/identity-not-secure.svg"); } .requests-menu-type { @@ -222,7 +224,8 @@ label.requests-menu-status-code { } box.requests-menu-status:not([code]) { - background-color: var(--theme-content-color2); + background-color: var(--theme-highlight-red); + border-radius: 0; /* squares */ } box.requests-menu-status[code="cached"] { @@ -419,7 +422,7 @@ box.requests-menu-status[code^="5"] { -moz-image-region: rect(0px,32px,16px,16px); } -@media (min-resolution: 1.25dppx) { +@media (min-resolution: 1.1dppx) { #details-pane-toggle { list-style-image: url("chrome://browser/skin/devtools/debugger-collapse@2x.png"); -moz-image-region: rect(0px,32px,32px,0px); @@ -556,7 +559,7 @@ box.requests-menu-status[code^="5"] { height: 12px; } -@media (min-resolution: 1.25dppx) { +@media (min-resolution: 1.1dppx) { .security-warning-icon { background-image: url("alerticon-warning@2x.png"); }