sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / EarlyBlue / global / toolbarbutton.css
index 65f2eaa4ccea667ce192ee98d8614d831dfadc91..6e61c07160f0e49b827a6d7fa8ff135c4d293c83 100644 (file)
@@ -149,6 +149,31 @@ toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubu
   padding: 1px !important;
 }
 
+/* ::::: toolbarbutton badged ::::: */
+
+.toolbarbutton-badge-stack > .toolbarbutton-icon[label]:not([label=""]) {
+  -moz-margin-end: 0;
+}
+
+.toolbarbutton-badge {
+  background-color: #CCD0DD;
+  font-size: 10px;
+  font-weight: bold;
+  padding: 0 2px 1px;
+  color: #000000;
+  border-radius: 2px;
+  box-shadow: 0 1px 0 #9999CC inset,
+              0 -1px 0 #9999CC inset,
+              0 1px 0 #9999CC;
+  margin: -6px 0 0 !important;
+  -moz-margin-end: -8px !important;
+  min-width: 14px;
+  max-width: 28px;
+  line-height: 10px;
+  text-align: center;
+  -moz-stack-sizing: ignore;
+}
+
 /* .......... dropmarker .......... */
 
 .toolbarbutton-menubutton-dropmarker {