sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / LCARStrek / global / in-content / common.css
index 868ada8a919aeb66093e9ce7166ee5dc5cd66f63..be9fa280826a6c7c482046d3e070d71247ed103e 100644 (file)
@@ -325,6 +325,26 @@ 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;