aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/computedview.css
diff options
context:
space:
mode:
authorHorst31802015-10-21 21:18:30 +0200
committerHorst31802015-10-21 21:18:30 +0200
commit3ae0c90209c4aeacc3f8a7958e943361097a272d (patch)
tree239a600adb21f72331ec7ed51ab974e925e09a6c /arc-firefox-theme/chrome/browser/devtools/computedview.css
parent9301a62ccbeae64475ff6ea16b8e33c96d918a4f (diff)
downloadsolarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.gz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.xz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.zip
add support for Firefox 38 esr
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;