apply actually working rules to cover most of mac (except non-graphite 10.6) until...
[themes.git] / LCARStrek / browser / devtools / common.css
index 126b2cb1102a57fe3608ebd71def93cef5faee1d..fed30341221afa6c8faeb6a3c167f6885b09a25d 100644 (file)
@@ -235,6 +235,10 @@ notification {
   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 {
@@ -245,4 +249,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 === */