complete sync of LCARStrek with browser winstripe changes in Firefox 21 cycle
[themes.git] / LCARStrek / browser / devtools / csshtmltree.css
index 89c26eb82b0bb1db919f6e0b3826116b5ffca52b..bdf9f8315f2afc619467ed082a3d62c86b0e0440 100644 (file)
@@ -5,6 +5,7 @@
 :root {
   background: #000000;
   color: #FF9F00;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 /* Take away these two :visited rules to get a core dumper     */
@@ -124,7 +125,7 @@ link:hover {
   background-color: #000000;
 }
 
-.onlyuserstyles {
+.includebrowserstyles {
   cursor: pointer;
   font-size: 11px;
 }
@@ -151,7 +152,7 @@ link:hover {
   cursor: pointer;
   text-align: right;
   float: right;
-  -moz-user-select: -moz-none;
+  -moz-user-select: none;
 }
 
 .ruleview-rule-inheritance {
@@ -161,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 {
@@ -269,6 +270,10 @@ link:hover {
   border-left: 2px solid transparent;
 }
 
+.ruleview-property  > * {
+  vertical-align: middle;
+}
+
 .ruleview-property[dirty] {
   border-left-color: #008484;
 }