rest of LCARStrek updates for toolkit winstripe in Firefox 15
[themes.git] / LCARStrek / browser / devtools / csshtmltree.css
index 51996d062bf50c9da755a112b10ede7d31520a4a..adc78221c0392c43d338e92f000642c1f67d9fca 100644 (file)
@@ -175,7 +175,7 @@ link:hover {
 }
 
 .ruleview-ruleclose {
-  width: -moz-min-content;
+  cursor: text;
   padding-right: 20px;
 }
 
@@ -212,13 +212,13 @@ link:hover {
 
 .ruleview-propertyname {
   padding: 1px 0;
-  cursor: text;
   color: #9C9CFF;
-  text-decoration: inherit;
 }
 
+.ruleview-namecontainer,
+.ruleview-propertycontainer,
+.ruleview-propertyname,
 .ruleview-propertyvalue {
-  cursor: text;
   text-decoration: inherit;
 }
 
@@ -246,4 +246,14 @@ link:hover {
 
 .ruleview-property[dirty] {
   border-left-color: #008484;
-}
\ No newline at end of file
+}
+
+.ruleview-namecontainer > .ruleview-propertyname,
+.ruleview-propertycontainer > .ruleview-propertyvalue {
+  border-bottom: 1px dotted transparent;
+}
+
+.ruleview-namecontainer:hover > .ruleview-propertyname,
+.ruleview-propertycontainer:hover > .ruleview-propertyvalue {
+  border-bottom-color: #9C9CFF;
+}