sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / EarlyBlue / global / in-content / common.css
index f1f90b45a61b343ee3448d0596fe61a6c4e374e7..45d87eb31b1d4f1b874ed8f0c0318368880d9f55 100644 (file)
@@ -296,7 +296,27 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon {
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
+*/
+html|*.help-button {
+  width: 16px;
+  height: 16px;
+  border: 0;
+  padding: 0;
+  display: inline-block;
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help");
+  background-repeat: no-repeat;
+  background-position: center center;
+  background-size: contain;
+}
+
+html|*.help-button:hover {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover");
+}
 
+html|*.help-button:hover:active {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed");
+}
+/*
 xul|*.spinbuttons-button {
   min-height: initial;
   margin-inline-start: 10px !important;