X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fruleview.css;h=f999d6ef4aba77efbb9cfe3d5bceeacc0844ef61;hb=934990f811db5ce5b9cf69e6166bfc589337129c;hp=f19670a369a3d034e2315e8987281cb8fdddd795;hpb=ed1a91c660e33123a3167af0806d58e00845240b;p=themes.git diff --git a/LCARStrek/browser/devtools/ruleview.css b/LCARStrek/browser/devtools/ruleview.css index f19670a3..f999d6ef 100644 --- a/LCARStrek/browser/devtools/ruleview.css +++ b/LCARStrek/browser/devtools/ruleview.css @@ -14,7 +14,7 @@ -moz-user-select: none; } -.ruleview-rule-inheritance { +.ruleview-header { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; @@ -22,6 +22,7 @@ padding: 1px 4px; margin-top: 4px; -moz-user-select: none; + word-wrap: break-word; } .ruleview-rule-source:hover { @@ -46,7 +47,8 @@ .ruleview-warning { background: url("chrome://browser/skin/devtools/alerticon-warning.png"); -moz-margin-start: 5px; - vertical-align: middle; + display: inline-block; + vertical-align: top; width: 13px; height: 12px; } @@ -95,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; } @@ -106,6 +116,7 @@ .ruleview-property { border-left: 2px solid transparent; + clear: right; } .ruleview-property > * { @@ -126,6 +137,10 @@ border-bottom-color: #008484; } +.ruleview-selector { + word-wrap: break-word; +} + .ruleview-selector-separator, .ruleview-selector-unmatched { color: #8050B0; }