fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / devtools / common.css
index 5fcc34c608edd4e3a76bf2f79f71a81135663192..6d8d2e7b1395db339babfd5d182f87a328cc4a1d 100644 (file)
@@ -165,7 +165,9 @@ notification {
 }
 
 .devtools-tooltip[clamped-dimensions] {
+  min-height: 100px;
   max-height: 400px;
+  min-width: 100px;
   max-width: 400px;
 }
 .devtools-tooltip[clamped-dimensions] .panel-arrowcontent {
@@ -206,6 +208,27 @@ notification {
   margin-bottom: -4px;
 }
 
+/* Tooltip: Font Family Previewer Text */
+.devtools-tooltip-font-previewer-text {
+  max-width: 400px;
+  line-height: 1.5;
+  font-size: 150%;
+  text-align: center;
+}
+
+/* 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 {
@@ -222,4 +245,20 @@ notification {
   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 === */