X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=780ddfcb1d0223628d7fc05cc99fc29fd81cf162;hp=dd2470ad2174a9335f00fafd9dc25ee237a23b3d;hb=3a0880a969044096e60703908f84629b16830ee2;hpb=66c00ea1805e36c1c5ed46a3bb703bec0d339acb diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index dd2470ad..780ddfcb 100644 --- a/LCARStrek/browser/devtools/computedview.css +++ b/LCARStrek/browser/devtools/computedview.css @@ -63,6 +63,7 @@ body { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; + outline: 0; } .property-value { @@ -76,6 +77,7 @@ body { background-size: 5px 8px; background-position: 2px center; padding-left: 10px; + outline: 0; } .other-property-value { @@ -167,3 +169,12 @@ body { cursor: pointer; float: right; } + +.computedview-colorswatch { + display: inline-block; + border-radius: 50%; + width: 1em; + height: 1em; + vertical-align: text-top; + -moz-margin-end: 5px; +}