third and last part of syncing LCARStrek with Firefox 33 windows theme changes
[themes.git] / LCARStrek / browser / devtools / common.css
index 5fcc34c608edd4e3a76bf2f79f71a81135663192..72b61f3c6e5ac08089636c4e859a190236d3ff0f 100644 (file)
@@ -49,8 +49,6 @@ notification {
 /* Dark and light theme */
 
 .devtools-autocomplete-popup {
 /* Dark and light theme */
 
 .devtools-autocomplete-popup {
-  border: 1px solid #FF9F00;
-  background-color: #000000;
   border-radius: 3px;
   overflow-x: hidden;
   max-height: 40rem;
   border-radius: 3px;
   overflow-x: hidden;
   max-height: 40rem;
@@ -96,7 +94,14 @@ notification {
   text-align: right;
 }
 
   text-align: right;
 }
 
-/* Rest of the light theme */
+/* Rest of the dark and light theme */
+
+.devtools-autocomplete-popup,
+.CodeMirror-hints,
+.CodeMirror-Tern-tooltip {
+  border: 1px solid #FF9F00;
+  background-color: #000000;
+}
 
 .devtools-autocomplete-popup.light-theme {
 }
 
 .devtools-autocomplete-popup.light-theme {
 }
@@ -165,10 +170,19 @@ notification {
 }
 
 .devtools-tooltip[clamped-dimensions] {
 }
 
 .devtools-tooltip[clamped-dimensions] {
+  min-height: 100px;
   max-height: 400px;
   max-height: 400px;
+  min-width: 100px;
   max-width: 400px;
 }
   max-width: 400px;
 }
-.devtools-tooltip[clamped-dimensions] .panel-arrowcontent {
+.devtools-tooltip[clamped-dimensions-no-min-height] {
+  min-height: 0;
+  max-height: 400px;
+  min-width: 100px;
+  max-width: 400px;
+}
+.devtools-tooltip[clamped-dimensions] .panel-arrowcontent,
+.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent {
   overflow: hidden;
 }
 
   overflow: hidden;
 }
 
@@ -206,12 +220,29 @@ notification {
   margin-bottom: -4px;
 }
 
   margin-bottom: -4px;
 }
 
+/* Tooltip: Alert Icon */
+
+.devtools-tooltip-alert-icon {
+  width: 32px;
+  height: 32px;
+  margin: 6px;
+  -moz-margin-end: 20px;
+}
+
+.devtools-tooltip-alert-icon {
+  list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
+}
+
 /* Tooltip: Variables View */
 
 .devtools-tooltip-variables-view-box {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
 }
 
 /* Tooltip: Variables View */
 
 .devtools-tooltip-variables-view-box {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
 }
 
+.devtools-tooltip-variables-view-box .variable-or-property > .title {
+  -moz-padding-end: 6px;
+}
+
 /* Tooltip: Tiles */
 
 .devtools-tooltip-tiles {
 /* Tooltip: Tiles */
 
 .devtools-tooltip-tiles {
@@ -222,4 +253,20 @@ notification {
   background-position: 0 0, 10px 10px;
 }
 
   background-position: 0 0, 10px 10px;
 }
 
+.devtools-tooltip-iframe {
+  border: none;
+  background: transparent;
+}
+
+/* Eyedropper Widget */
+
+.devtools-eyedropper-panel {
+  pointer-events: none;
+  -moz-appearance: none;
+  width: 156px;
+  height: 120px;
+  background-color: transparent;
+  border: none;
+}
+
 /* === END common.inc.css === */
 /* === END common.inc.css === */