sync both themes with toolkit windows theme changes in Mozilla 30 cycle
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
index 072126b0043aa14ab8c43d652c7212dab48c0fa7..113cfb5dff58c20e74805a891b0ad4b349648673 100644 (file)
@@ -6,6 +6,7 @@
 
 /* These styles affect only the bound element, not other page content. */
 
+/* Keep any changes to these styles in sync with plugin-doorhanger.inc.css */
 .mainBox {
   text-align: center;
   display: table;
@@ -19,7 +20,7 @@
 
 .hoverBox {
   display: table-cell;
-  -moz-box-sizing: border-box;
+  box-sizing: border-box;
   padding: 5px;
   vertical-align: middle;
   width: 100%;