aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/in-content
diff options
context:
space:
mode:
authorHorst31802017-01-23 15:16:14 +0100
committerHorst31802017-01-23 15:16:14 +0100
commitde6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch)
tree41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/global/in-content
parent436efe96181eaff50fac1647f140e298fe11569e (diff)
downloadsolarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.gz
solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.xz
solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.zip
update to 51.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/global/in-content')
-rw-r--r--arc-firefox-theme/chrome/global/in-content/common.css20
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;