update LCARStrek for browser winstripe changes in Firefox 21 cycle
[themes.git] / LCARStrek / browser / devtools / csshtmltree.css
index a8e06624fb1233b946695aecec07911172420595..3ed826933ddebf5ed0c74b6f9f758df8020c8f7d 100644 (file)
@@ -152,7 +152,7 @@ link:hover {
   cursor: pointer;
   text-align: right;
   float: right;
-  -moz-user-select: -moz-none;
+  -moz-user-select: none;
 }
 
 .ruleview-rule-inheritance {
@@ -162,7 +162,7 @@ link:hover {
   border-bottom: 1px solid #9C9CFF;
   padding: 1px 4px;
   margin-top: 4px;
-  -moz-user-select: -moz-none;
+  -moz-user-select: none;
 }
 
 .ruleview-rule-source:hover {
@@ -270,6 +270,10 @@ link:hover {
   border-left: 2px solid transparent;
 }
 
+.ruleview-property  > * {
+  vertical-align: middle;
+}
+
 .ruleview-property[dirty] {
   border-left-color: #008484;
 }