sync both themes with toolkit windows theme changes in Mozilla 30 cycle
[themes.git] / EarlyBlue / mozapps / extensions / selectAddons.css
index 2e6b9bbc03162f6dce137f1485db3fb8d7a2f81c..17dd92430548541a6997fe50bccdbc8fdee37029 100644 (file)
@@ -64,7 +64,7 @@
 }
 
 #select-header .select-cell {
-  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
 
 #select-header .select-keep,
@@ -99,7 +99,7 @@
 .addon-name,
 .addon-action-message,
 .addon-action-update {
-  -moz-box-sizing: border-box;
+  box-sizing: border-box;
   margin: 0;
   padding-top: 1px;
   padding-bottom: 2px;