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