X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=b0c0fe9ef904206ddb2735faf5ad209397353276;hb=f91d15f91d7b10bc5547886bf9915247909add95;hp=1f334c73bb709e47e5e32d4a76569d8909dfe35b;hpb=a5cb6e534c9872ab3dc646ab44fa35b61775537d;p=themes.git diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index 1f334c73..b0c0fe9e 100644 --- a/LCARStrek/browser/devtools/computedview.css +++ b/LCARStrek/browser/devtools/computedview.css @@ -61,7 +61,7 @@ body { background-size: 5px 8px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.1dppx) { .property-value, .other-property-value { background-image: url("arrow-e@2x.png"); } @@ -124,11 +124,6 @@ body { border-bottom-width: 1px; } -/* This rule is necessary because Templater.jsm breaks LTR TDs in RTL docs */ -.rule-text { - direction: ltr; -} - .matched { text-decoration: line-through; } @@ -153,7 +148,7 @@ body { #root .devtools-toolbar { width: 100%; - display: -moz-box; + display: flex; } .link { @@ -183,9 +178,9 @@ body { .computedview-colorswatch { border-radius: 50%; - width: 1em; - height: 1em; - vertical-align: text-top; + width: 0.9em; + height: 0.9em; + vertical-align: middle; -moz-margin-end: 5px; display: inline-block; position: relative;