X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=b52494ba3fad15769bb245792594690e37a363ec;hp=6b5146361c57a5e7158df4753495a90d802a28ed;hb=649b5d38865cb338a3419ffda9ff41382c2c9523;hpb=c1d2ce3eaa44d719906dbac174a64279a4094b47 diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 6b514636..b52494ba 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -111,7 +111,7 @@ window { /* Network requests table: specific column dimensions */ .requests-menu-status-and-method { - width: 8em; + width: 12em; } .requests-menu-status { @@ -248,12 +248,12 @@ box.requests-menu-status[code^="5"] { } .requests-menu-timings-division[division-scale=second] { - -moz-border-start-color: #E7ADE7 !important; /* Light orange highlight color */ + -moz-border-start-color: #FF9F00 !important; /* Light foreground text */ font-weight: 600; } .requests-menu-timings-division[division-scale=minute] { - -moz-border-start-color: #FF0000 !important; /* Red highlight color */ + -moz-border-start-color: #FF9F00 !important; /* Light foreground text */ font-weight: 600; } @@ -647,20 +647,4 @@ box.requests-menu-status[code^="5"] { } } -@media (min-width: 701px) { - #network-table[type-overflows] .requests-menu-domain { - border-width: 0 !important; - box-shadow: none !important; - /* The "Type" header is not visible anymore, and thus the - right border and box-shadow of "Domain" column should be hidden. */ - } - - #network-table[domain-overflows] .requests-menu-icon-and-file { - border-width: 0 !important; - box-shadow: none !important; - /* The "Domain" header is not visible anymore, and thus the - right border and box-shadow of "File" column should be hidden. */ - } -} - /* === END netmonitor.inc.css === */