X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fin-content%2Fcommon.css;fp=LCARStrek%2Fglobal%2Fin-content%2Fcommon.css;h=be9fa280826a6c7c482046d3e070d71247ed103e;hp=868ada8a919aeb66093e9ce7166ee5dc5cd66f63;hb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac;hpb=c877146a907a47dc9c88507a58a8048b8b5f1562 diff --git a/LCARStrek/global/in-content/common.css b/LCARStrek/global/in-content/common.css index 868ada8a..be9fa280 100644 --- a/LCARStrek/global/in-content/common.css +++ b/LCARStrek/global/in-content/common.css @@ -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;