X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fruleview.css;h=f999d6ef4aba77efbb9cfe3d5bceeacc0844ef61;hp=4a248be814fe74c584253645b3d92196f4cef153;hb=77f1e2314439ebeab5cd3bc7f8745003a8703002;hpb=1b13529a8907a5520788e317aee6205bc32d1fbe diff --git a/LCARStrek/browser/devtools/ruleview.css b/LCARStrek/browser/devtools/ruleview.css index 4a248be8..f999d6ef 100644 --- a/LCARStrek/browser/devtools/ruleview.css +++ b/LCARStrek/browser/devtools/ruleview.css @@ -22,6 +22,7 @@ padding: 1px 4px; margin-top: 4px; -moz-user-select: none; + word-wrap: break-word; } .ruleview-rule-source:hover { @@ -96,6 +97,14 @@ -moz-margin-start: 35px; } +.ruleview-colorswatch { + border-radius: 50%; + width: 1em; + height: 1em; + vertical-align: text-top; + -moz-margin-end: 5px; +} + .ruleview-overridden { text-decoration: line-through; } @@ -107,6 +116,7 @@ .ruleview-property { border-left: 2px solid transparent; + clear: right; } .ruleview-property > * { @@ -127,6 +137,10 @@ border-bottom-color: #008484; } +.ruleview-selector { + word-wrap: break-word; +} + .ruleview-selector-separator, .ruleview-selector-unmatched { color: #8050B0; }