fourth part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / browser / devtools / common.css
index 5fcc34c608edd4e3a76bf2f79f71a81135663192..72b7e70258f6bbe9a54faaaf32ba7322ea7a1f96 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,19 @@ notification {
   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 {