X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=780ddfcb1d0223628d7fc05cc99fc29fd81cf162;hb=45dc7657b767fde2dc6b5d3ec71379bf5f624007;hp=b9b999c0982c116ba0f27e882e488ce28eee4d1e;hpb=2efcd25dc1dc8e4c55c31d226b99b9cfda531de1;p=themes.git diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index b9b999c0..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 { @@ -100,12 +102,6 @@ body { } /* From skin */ -.helplink { - /* FIXME: remove this image - background-image: url("chrome://browser/skin/devtools/goto-mdn.png"); - */ -} - .expander { visibility: hidden; margin-left: -12px!important; @@ -173,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; +}