X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=81053365745a8a551d2e98cb0a8b3c0f225775fb;hp=428c131a8c4bccca06ade0a9b3f9c5d7c86cd433;hb=5497455b20bc5f74484137eae68e957a9d3ef722;hpb=ed88669caec874222dbeeb427afef95fbd787acb diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index 428c131a..81053365 100644 --- a/LCARStrek/browser/devtools/computedview.css +++ b/LCARStrek/browser/devtools/computedview.css @@ -27,6 +27,10 @@ body { flex: 1; } +.row-striped { + background: var(--theme-body-background); +} + .property-view-hidden, .property-content-hidden { display: none; @@ -57,7 +61,7 @@ body { background-size: 5px 8px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .property-value, .other-property-value { background-image: url("arrow-e@2x.png"); } @@ -147,8 +151,9 @@ body { margin: 0 5px; } -.devtools-toolbar { +#root .devtools-toolbar { width: 100%; + display: -moz-box; } .link { @@ -178,9 +183,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;