X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=b0c0fe9ef904206ddb2735faf5ad209397353276;hb=fa703ff4868b5400c27aa76a4c65219d297a2431;hp=ff809e24e62ce452a9a869f48368519dd4d2057a;hpb=2e389898f68ebe2e0fd7c7b50ead1dbd3c082405;p=themes.git diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index ff809e24..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; }