fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / devtools / common.css
index 72b7e70258f6bbe9a54faaaf32ba7322ea7a1f96..6d8d2e7b1395db339babfd5d182f87a328cc4a1d 100644 (file)
@@ -208,6 +208,14 @@ 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 {
@@ -237,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 === */