X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fnetmonitor.css;h=8daf3d4c0da4c2ab37898013456f38f5420dabc4;hp=5ee2b67fa6ab39b49d54e967d25a49e7232369e2;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=1e9e1791d430ae539727c01da67e7dbbf3adfa18 diff --git a/LCARStrek/devtools/netmonitor.css b/LCARStrek/devtools/netmonitor.css index 5ee2b67f..8daf3d4c 100644 --- a/LCARStrek/devtools/netmonitor.css +++ b/LCARStrek/devtools/netmonitor.css @@ -7,8 +7,6 @@ window { padding: 0; } -/* === BEGIN netmonitor.inc.css === */ - :root.theme-dark, :root.theme-light { --table-splitter-color: #A09090; @@ -18,7 +16,7 @@ window { --timing-dns-color: #E7ADE7; /* pink */ --timing-connect-color: #FF9F00; /* orange */ --timing-send-color: #FFCF00; /* light blue */ - --timig-wait-color: #9C9CFF; /* blue grey */ + --timing-wait-color: #9C9CFF; /* blue grey */ --timing-receive-color: #A09090; /* green */ --sort-ascending-image: url(chrome://devtools/skin/images/sort-arrows.svg#ascending); @@ -42,6 +40,13 @@ window { list-style-image: url("images/profiler-stopwatch.svg"); } +/* Make sure the icon is visible on Linux (to overwrite a rule + in xul.css that hides the icon if there is no label. + See also bug 1278050. */ +#requests-menu-perf-notice-button .button-icon { + display: block; +} + #requests-menu-perf-notice-button .button-text { display: none; } @@ -172,7 +177,7 @@ window { width: calc(1em + 4px); height: calc(1em + 4px); margin: -4px 0px; - -moz-margin-end: 4px; + margin-inline-end: 4px; } .requests-menu-icon { @@ -186,8 +191,7 @@ window { .requests-security-state-icon { width: 16px; height: 16px; - -moz-margin-end: 4px; - cursor: pointer; + margin-inline-end: 4px; } .security-state-insecure { @@ -244,17 +248,17 @@ window { /* Network requests table: status codes */ .requests-menu-status-code { - -moz-margin-start: 3px !important; + margin-inline-start: 3px !important; width: 3em; - -moz-margin-end: -3em !important; + margin-inline-end: -3em !important; } .requests-menu-status-icon { background-color: #A09090; height: 10px; width: 10px; - -moz-margin-start: 5px; - -moz-margin-end: 5px; + margin-inline-start: 5px; + margin-inline-end: 5px; border-radius: 20px; border: 1px solid #000000; transition: background-color 0.5s ease-in-out; @@ -349,8 +353,8 @@ window { /* Network requests table: waterfall items */ .requests-menu-subitem.requests-menu-waterfall { - -moz-padding-start: 0px; - -moz-padding-end: 4px; + padding-inline-start: 0px; + padding-inline-end: 4px; /* Background created on a in js. */ /* @see devtools/client/netmonitor/netmonitor-view.js */ background-image: -moz-element(#waterfall-background); @@ -379,7 +383,7 @@ window { } .requests-menu-timings-total { - -moz-padding-start: 4px; + padding-inline-start: 4px; font-size: 85%; font-weight: 600; } @@ -446,7 +450,7 @@ window { list-style-image: var(--theme-pane-collapse-image); } -#details-pane-toggle[pane-collapsed] { +#details-pane-toggle.pane-collapsed { list-style-image: var(--theme-pane-expand-image); } @@ -471,14 +475,14 @@ window { } .tabpanel-summary-label { - -moz-padding-start: 4px; - -moz-padding-end: 3px; + padding-inline-start: 4px; + padding-inline-end: 3px; font-weight: 600; } .tabpanel-summary-value { color: inherit; - -moz-padding-start: 3px; + padding-inline-start: 3px; } /* Headers tabpanel */ @@ -494,12 +498,12 @@ window { #headers-summary-resend { margin-top: -10px; - -moz-margin-end: 6px; + margin-inline-end: 6px; } #toggle-raw-headers { margin-top: -10px; - -moz-margin-end: 6px; + margin-inline-end: 6px; } .raw-response-textarea { @@ -556,7 +560,7 @@ window { /* Security tabpanel */ .security-info-section { - -moz-padding-start: 1em; + padding-inline-start: 1em; } #security-tabpanel { @@ -566,7 +570,7 @@ window { .security-warning-icon { background-image: url("images/alerticon-warning.png"); background-size: 13px 12px; - -moz-margin-start: 5px; + margin-inline-start: 5px; vertical-align: top; width: 13px; height: 12px; @@ -647,7 +651,7 @@ window { border-radius: 0; border-top: none; border-bottom: none; - -moz-border-start: none; + border-inline-start: none; } #network-statistics-view-splitter { @@ -665,13 +669,13 @@ window { } #network-statistics-charts .pie-chart-container { - -moz-margin-start: 3vw; - -moz-margin-end: 1vw; + margin-inline-start: 3vw; + margin-inline-end: 1vw; } #network-statistics-charts .table-chart-container { - -moz-margin-start: 1vw; - -moz-margin-end: 3vw; + margin-inline-start: 1vw; + margin-inline-end: 3vw; } .chart-colored-blob[name=html] {