sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / EarlyBlue / global / toolbarbutton.css
index 84c21f427cb2ba75e3eb01cbc0f8d8df3ed8e240..6e61c07160f0e49b827a6d7fa8ff135c4d293c83 100644 (file)
@@ -151,44 +151,27 @@ toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubu
 
 /* ::::: toolbarbutton badged ::::: */
 
-.toolbarbutton-badge-container > .toolbarbutton-icon[label]:not([label=""]) {
+.toolbarbutton-badge-stack > .toolbarbutton-icon[label]:not([label=""]) {
   -moz-margin-end: 0;
 }
 
-.toolbarbutton-badge[badge=""] {
-  display: none;
-}
-
 .toolbarbutton-badge {
   background-color: #CCD0DD;
-}
-
-.toolbarbutton-badge::after {
-  /* The |content| property is set in the content stylesheet. */
   font-size: 10px;
   font-weight: bold;
-  padding: 1px 2px 2px;
+  padding: 0 2px 1px;
   color: #000000;
-  background-color: inherit;
   border-radius: 2px;
   box-shadow: 0 1px 0 #9999CC inset,
               0 -1px 0 #9999CC inset,
               0 1px 0 #9999CC;
-  position: absolute;
-  top: -4px;
-  right: -2px;
-  min-width: 10px;
+  margin: -6px 0 0 !important;
+  -moz-margin-end: -8px !important;
+  min-width: 14px;
+  max-width: 28px;
   line-height: 10px;
   text-align: center;
-}
-
-.toolbarbutton-badge:-moz-locale-dir(rtl)::after {
-  left: -2px;
-  right: auto;
-}
-
-.toolbarbutton-badge-container {
-  position: relative;
+  -moz-stack-sizing: ignore;
 }
 
 /* .......... dropmarker .......... */