first part of sync for LCARStrek with browser windows/shared theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / ruleview.css
index eaf441476c8311462af541d1b4aeb085a9d7f0ca..6e36558e9b1d6e6c956f22620829981a6f3587c3 100644 (file)
@@ -14,7 +14,7 @@
   -moz-user-select: none;
 }
 
   -moz-user-select: none;
 }
 
-.ruleview-rule-inheritance {
+.ruleview-header {
   border-top-width: 1px;
   border-bottom-width: 1px;
   border-top-style: solid;
   border-top-width: 1px;
   border-bottom-width: 1px;
   border-top-style: solid;
   text-decoration: underline;
 }
 
   text-decoration: underline;
 }
 
-.ruleview-rule {
+.ruleview-rule,
+#noResults {
   padding: 2px 4px;
 }
 
   padding: 2px 4px;
 }
 
+#noResults {
+  font: message-box;
+  color: #8050B0;
+}
+
 .ruleview-rule + .ruleview-rule {
   border-top-width: 1px;
   border-top-style: dotted;
 .ruleview-rule + .ruleview-rule {
   border-top-width: 1px;
   border-top-style: dotted;
@@ -40,7 +46,8 @@
 .ruleview-warning {
   background: url("chrome://browser/skin/devtools/alerticon-warning.png");
   -moz-margin-start: 5px;
 .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;
 }
   width: 13px;
   height: 12px;
 }
   -moz-margin-start: 35px;
 }
 
   -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;
 }
 .ruleview-overridden {
   text-decoration: line-through;
 }