X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fwebconsole.css;fp=LCARStrek%2Fdevtools%2Fwebconsole.css;h=5ab803e315b102e047f1ce7473d690af82c2f307;hp=f085cc4c8bc68da57e6134a816d359aed63c85a2;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/LCARStrek/devtools/webconsole.css b/LCARStrek/devtools/webconsole.css index f085cc4c..5ab803e3 100644 --- a/LCARStrek/devtools/webconsole.css +++ b/LCARStrek/devtools/webconsole.css @@ -153,8 +153,8 @@ a { since it's way faster than using 100% with -moz-box-flex (see Bug 1237368) */ #output-container.hideTimestamps > .message { - -moz-padding-start: 0; - -moz-margin-start: 7px; + padding-inline-start: 0; + margin-inline-start: 7px; width: calc(100% - 7px); } @@ -225,7 +225,7 @@ a { } .message[category=network] > .indent { - -moz-border-end: solid var(--theme-body-color-alt) 6px; + border-inline-end: solid var(--theme-body-color-alt) 6px; } .message[category=network][severity=error] > .icon::before { @@ -253,7 +253,7 @@ a { .message[category=network] .status { flex: none; - -moz-margin-start: 6px; + margin-inline-start: 6px; } .message[category=network].mixed-content .url { @@ -284,7 +284,7 @@ a { } .message[category=cssparser] > .indent { - -moz-border-end: solid #9C9CFF 6px; + border-inline-end: solid #9C9CFF 6px; } .message[category=cssparser][severity=error] > .icon::before { @@ -302,7 +302,7 @@ a { } .message[category=exception] > .indent { - -moz-border-end: solid #FF9F00 6px; + border-inline-end: solid #FF9F00 6px; } .message[category=exception][severity=error] > .icon::before { @@ -320,7 +320,7 @@ a { } .message[category=console] > .indent { - -moz-border-end: solid #8050B0 6px; + border-inline-end: solid #8050B0 6px; } .message[category=console][severity=error] > .icon::before, @@ -347,13 +347,13 @@ a { } .message[category=server] > .indent { - -moz-border-end: solid #8050B0 6px; + border-inline-end: solid #8050B0 6px; } /* Input and output styles */ .message[category=input] > .indent, .message[category=output] > .indent { - -moz-border-end: solid #A09090 6px; + border-inline-end: solid #A09090 6px; } .message[category=input] > .icon::before { @@ -416,7 +416,7 @@ a { flex: 1; margin-top: 5px; margin-bottom: 15px; - -moz-margin-end: 15px; + margin-inline-end: 15px; border: 1px solid var(--theme-splitter-color); border-radius: 3px; } @@ -433,7 +433,7 @@ a { /* Security styles */ .message[category=security] > .indent { - -moz-border-end: solid #FF0000 6px; + border-inline-end: solid #FF0000 6px; } .webconsole-filter-button[category="security"] > .toolbarbutton-menubutton-button:before { @@ -458,7 +458,7 @@ a { } .navigation-marker .url { - -moz-padding-end: 9px; + padding-inline-end: 9px; text-decoration: none; background: var(--theme-body-background); }