Sync LCARStrek with browser winstripe changes in Firefox 16 cycle
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 9aab7f0f11e508badd150549796ad7739c5d76e9..8692aa2e18dd4458fb7129acf0e7a56e7a56d964 100644 (file)
@@ -28,6 +28,14 @@ window {
   max-width: 350px;
 }
 
+/**
+ * This hardcoded width likely due to a toolkit Windows specific bug.
+ * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
+ */
+#scripts-search {
+  width: 200px;
+}
+
 /**
  * Lists and headers
  */
@@ -36,6 +44,10 @@ window {
   padding: 2px;
 }
 
+.list-item:not(.selected):not(.empty):hover {
+  /* background: #cddae5; */
+}
+
 .list-item.selected {
   background: #008484;
   color: #FFCF00;
@@ -43,6 +55,7 @@ window {
 
 .list-item.empty {
   color: #8050B0;
+  /* padding: 4px; */
 }
 
 /**
@@ -63,6 +76,22 @@ window {
   font-weight: 600;
 }
 
+/**
+ * Breakpoints view
+ */
+
+#breakpoints {
+  background-color: #000000;
+}
+
+.dbg-breakpoint-info {
+  font-weight: 600;
+}
+
+.dbg-breakpoint-text {
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
 /**
  * Properties view
  */
@@ -176,6 +205,16 @@ window {
   opacity: 0.5;
 }
 
+#element-tooltip > label {
+  margin: 0 2px 0 2px;
+}
+
+#element-tooltip > label[non-enumerable],
+#element-tooltip > label[non-configurable],
+#element-tooltip > label[non-writable]{
+  text-decoration: line-through;
+}
+
 /**
  * Property values colors
  */