X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=b0c0fe9ef904206ddb2735faf5ad209397353276;hb=ecfc58b0361c617fa298d4b1bb69ea2484d37de2;hp=81053365745a8a551d2e98cb0a8b3c0f225775fb;hpb=5497455b20bc5f74484137eae68e957a9d3ef722;p=themes.git diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index 81053365..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: 1.25dppx) { +@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 {