diff options
Diffstat (limited to 'arc-firefox-theme/chrome/global/in-content')
-rw-r--r-- | arc-firefox-theme/chrome/global/in-content/common.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/in-content/common.css b/arc-firefox-theme/chrome/global/in-content/common.css index 0252f7f..6a3c188 100644 --- a/arc-firefox-theme/chrome/global/in-content/common.css +++ b/arc-firefox-theme/chrome/global/in-content/common.css @@ -296,6 +296,26 @@ 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; |