X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fdebugger.css;h=6e230bb21d714774e2dbb5cfd28c1878c251c203;hp=e203a87831b3bd668661278e674ebe4d5aa3f938;hb=b1d1a8bbaca0a31b2c2581911368b6892d447718;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/debugger.css b/LCARStrek/devtools/debugger.css index e203a878..6e230bb2 100644 --- a/LCARStrek/devtools/debugger.css +++ b/LCARStrek/devtools/debugger.css @@ -14,17 +14,17 @@ window { } #sources-pane > tabs { -/* -moz-border-end: 1px solid;*/ +/* border-inline-end: 1px solid;*/ } #sources-pane .devtools-toolbar { border: none; /* Remove the devtools-toolbar bottom border. */ -/* -moz-border-end: 1px solid;*/ +/* border-inline-end: 1px solid;*/ } #sources-pane > tabs, #sources-pane .devtools-toolbar { - -moz-border-end-color: var(--theme-splitter-color); + border-inline-end-color: var(--theme-splitter-color); } /* Sources and breakpoints list */ @@ -52,7 +52,7 @@ window { } .dbg-breakpoint-text { - -moz-padding-start: 6px; + padding-inline-start: 6px; font-style: italic; font-size: 90%; } @@ -70,7 +70,7 @@ window { .dbg-breakpoint.dbg-breakpoint-condition-thrown .dbg-breakpoint-condition-thrown-message { display: block; - -moz-padding-start: 0; + padding-inline-start: 0; } /* Sources toolbar */ @@ -80,43 +80,21 @@ window { min-width: 16px; } -#sources-toolbar .devtools-toolbarbutton:not([label]) { - -moz-image-region: rect(0,16px,16px,0); -} - -@media (min-resolution: 1.1dppx) { - #sources-toolbar .devtools-toolbarbutton:not([label]) { - -moz-image-region: rect(0,32px,32px,0); - } -} - #black-box { - list-style-image: url("images/debugger-blackbox.png"); -} - -@media (min-resolution: 1.1dppx) { - #black-box { - list-style-image: url(images/debugger-blackbox@2x.png); - } + list-style-image: url("images/debugger-blackbox.svg"); } #pretty-print { - list-style-image: url(images/debugger-prettyprint.png); -} - -@media (min-resolution: 1.1dppx) { - #pretty-print { - list-style-image: url(images/debugger-prettyprint@2x.png); - } + list-style-image: url("images/debugger-prettyprint.svg"); } #toggle-breakpoints { list-style-image: url(images/debugger-toggleBreakpoints.svg); - -moz-image-region: rect(0,32px,16px,16px) !important; + -moz-image-region: rect(0,32px,16px,16px); } #toggle-breakpoints[checked] { - -moz-image-region: rect(0,16px,16px,0) !important; + -moz-image-region: rect(0,16px,16px,0); } #toggle-breakpoints[checked] > image { @@ -145,17 +123,9 @@ window { #black-boxed-message-button > .button-box > .button-icon { width: 16px; height: 16px; - background-image: url("images/debugger-blackbox.png"); + background-image: url("images/debugger-blackbox.svg"); background-position: 0 0; - background-size: 32px 16px; - background-repeat: no-repeat; - -moz-margin-end: 5px; -} - -@media (min-resolution: 1.1dppx) { - #black-boxed-message-button > .button-box > .button-icon { - background-image: url("images/debugger-blackbox@2x.png"); - } + background-size: cover; } /* Black box message and source progress meter */ @@ -188,7 +158,7 @@ window { /* Breadcrumbs stack frames view */ .dbg-stackframe-details { - -moz-padding-start: 4px; + padding-inline-start: 4px; } /* Classic stack frames view */ @@ -249,7 +219,7 @@ window { } .trace-name { - -moz-padding-start: 4px; + padding-inline-start: 4px; } /* Tracer dark+light theme */ @@ -303,21 +273,12 @@ window { } .dbg-expression-arrow { - background-image: url("images/commandline-icon.png"); - background-position: -16px 0; - background-repeat: no-repeat; - background-size: 32px 16px; + background-image: var(--theme-command-line-image-focus); width: 16px; height: 16px; margin: 2px; } -@media (min-resolution: 1.1dppx) { - .dbg-expression-arrow { - background-image: url("images/commandline-icon@2x.png"); - } -} - .dbg-expression-input { color: inherit; } @@ -358,25 +319,25 @@ window { #searchbox { min-width: 220px; - -moz-margin-start: 1px; + margin-inline-start: 1px; } #filter-label { - -moz-margin-start: 2px; + margin-inline-start: 2px; } #searchbox-panel-operators { margin-top: 5px; margin-bottom: 8px; - -moz-margin-start: 2px; + margin-inline-start: 2px; } .searchbox-panel-operator-button { min-width: 26px; margin-top: 0; margin-bottom: 0; - -moz-margin-start: 2px; - -moz-margin-end: 6px; + margin-inline-start: 2px; + margin-inline-end: 6px; text-align: center; } @@ -413,7 +374,7 @@ window { } .results-panel-item-label-before { - -moz-padding-end: 6px; + padding-inline-end: 6px; } .results-panel-item-label { @@ -454,7 +415,7 @@ window { } .dbg-results-header { - -moz-padding-start: 6px; + padding-inline-start: 6px; } .dbg-results-header-location { @@ -462,19 +423,19 @@ window { } .dbg-results-header-match-count { - -moz-padding-start: 6px; + padding-inline-start: 6px; color: var(--theme-body-color-inactive); } .dbg-results-line-number { min-width: 3em; - -moz-border-end: 1px solid #9C9CFF; - -moz-padding-end: 4px; + border-inline-end: 1px solid #9C9CFF; + padding-inline-end: 4px; text-align: end; } .dbg-results-line-contents { - -moz-padding-start: 4px; + padding-inline-start: 4px; } .dbg-results-line-contents-string[match=true] { @@ -536,21 +497,11 @@ window { /* Toolbar controls */ #resume { - list-style-image: url(images/debugger-pause.png); + list-style-image: url(images/pause.svg); } #resume[checked] { - list-style-image: url(images/debugger-play.png); -} - -@media (min-resolution: 1.1dppx) { - #resume { - list-style-image: url(images/debugger-pause@2x.png); - } - - #resume[checked] { - list-style-image: url(images/debugger-play@2x.png); - } + list-style-image: url(images/play.svg); } #resume[break-on-next] { @@ -558,29 +509,15 @@ window { } #step-over { - list-style-image: url(images/debugger-step-over.png); + list-style-image: url(images/debugger-step-over.svg); } #step-in { - list-style-image: url(images/debugger-step-in.png); + list-style-image: url(images/debugger-step-in.svg); } #step-out { - list-style-image: url(images/debugger-step-out.png); -} - -@media (min-resolution: 1.1dppx) { - #step-over { - list-style-image: url(images/debugger-step-over@2x.png); - } - - #step-in { - list-style-image: url(images/debugger-step-in@2x.png); - } - - #step-out { - list-style-image: url(images/debugger-step-out@2x.png); - } + list-style-image: url(images/debugger-step-out.svg); } #instruments-pane-toggle { @@ -599,7 +536,7 @@ window { } #body[layout=vertical] #sources-pane > tabs { - -moz-border-end: none; + border-inline-end: none; } #body[layout=vertical] #instruments-pane { @@ -618,5 +555,5 @@ window { #body[layout=vertical] .side-menu-widget-group, #body[layout=vertical] .side-menu-widget-item { - -moz-margin-end: 0; + margin-inline-end: 0; }