X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fdebugger.css;h=968eb4fdb57330ebd6798d55efb6dc96693514f6;hp=e203a87831b3bd668661278e674ebe4d5aa3f938;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/debugger.css b/LCARStrek/devtools/debugger.css index e203a878..968eb4fd 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 */ @@ -149,7 +149,7 @@ window { background-position: 0 0; background-size: 32px 16px; background-repeat: no-repeat; - -moz-margin-end: 5px; + margin-inline-end: 5px; } @media (min-resolution: 1.1dppx) { @@ -188,7 +188,7 @@ window { /* Breadcrumbs stack frames view */ .dbg-stackframe-details { - -moz-padding-start: 4px; + padding-inline-start: 4px; } /* Classic stack frames view */ @@ -249,7 +249,7 @@ window { } .trace-name { - -moz-padding-start: 4px; + padding-inline-start: 4px; } /* Tracer dark+light theme */ @@ -303,21 +303,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 +349,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 +404,7 @@ window { } .results-panel-item-label-before { - -moz-padding-end: 6px; + padding-inline-end: 6px; } .results-panel-item-label { @@ -454,7 +445,7 @@ window { } .dbg-results-header { - -moz-padding-start: 6px; + padding-inline-start: 6px; } .dbg-results-header-location { @@ -462,19 +453,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] { @@ -599,7 +590,7 @@ window { } #body[layout=vertical] #sources-pane > tabs { - -moz-border-end: none; + border-inline-end: none; } #body[layout=vertical] #instruments-pane { @@ -618,5 +609,5 @@ window { #body[layout=vertical] .side-menu-widget-group, #body[layout=vertical] .side-menu-widget-item { - -moz-margin-end: 0; + margin-inline-end: 0; }