aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/computedview.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/computedview.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devtools/computedview.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/computedview.css b/arc-firefox-theme/chrome/browser/devtools/computedview.css
index f770681..463fc91 100644
--- a/arc-firefox-theme/chrome/browser/devtools/computedview.css
+++ b/arc-firefox-theme/chrome/browser/devtools/computedview.css
@@ -61,7 +61,7 @@ body {
background-size: 5px 8px;
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
.property-value, .other-property-value {
background-image: url(arrow-e@2x.png);
}
@@ -124,6 +124,11 @@ 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;
}
@@ -148,7 +153,7 @@ body {
#root .devtools-toolbar {
width: 100%;
- display: flex;
+ border-bottom-width: 0;
}
.link {
@@ -178,9 +183,9 @@ body {
.computedview-colorswatch {
border-radius: 50%;
- width: 0.9em;
- height: 0.9em;
- vertical-align: middle;
+ width: 1em;
+ height: 1em;
+ vertical-align: text-top;
-moz-margin-end: 5px;
display: inline-block;
position: relative;