diff options
author | Horst3180 | 2016-02-01 14:56:12 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-01 14:56:12 +0100 |
commit | 88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (patch) | |
tree | 4652ebfb7cce4a3cbd074b52e599ce6f911c7e15 /arc-firefox-theme/chrome/global/in-content/common.css | |
parent | 2a3195cd4290828b452ff593a4b8b96c43f451b9 (diff) | |
download | solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.gz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.xz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.zip |
update to 45.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/global/in-content/common.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/in-content/common.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arc-firefox-theme/chrome/global/in-content/common.css b/arc-firefox-theme/chrome/global/in-content/common.css index 575cc32..b343e18 100644 --- a/arc-firefox-theme/chrome/global/in-content/common.css +++ b/arc-firefox-theme/chrome/global/in-content/common.css @@ -37,9 +37,6 @@ --in-content-primary-button-background-active: #006b9d; --in-content-table-border-dark-color: #d1d1d1; --in-content-table-header-background: #0095dd; - --in-content-help-button-background: #ffcb00; - --in-content-help-button-background-hover: #f4c200; - --in-content-help-button-background-active: #eaba00; } html|html, @@ -209,7 +206,6 @@ html|button:disabled, xul|button[disabled="true"], xul|colorpicker[type="button"][disabled="true"], xul|menulist[disabled="true"] { - cursor: not-allowed; opacity: 0.5; } @@ -257,23 +253,26 @@ xul|button[type="menu"] > xul|*.button-box > xul|*.button-menu-dropmarker { } xul|*.help-button { - min-width: 30px; - border-radius: 2px; + min-width: 16px; + -moz-margin-end: 0; border-width: 0; - background-color: var(--in-content-help-button-background); background-image: none; box-shadow: none; - list-style-image: url("chrome://global/skin/in-content/help-glyph.svg"); + list-style-image: url("chrome://global/skin/in-content/help-glyph.svg#help"); } xul|*.help-button:not([disabled="true"]):hover { - background-color: var(--in-content-help-button-background-hover); background-image: none; + /* Override default button background */ + background-color: transparent; + list-style-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover"); } xul|*.help-button:not([disabled="true"]):hover:active { - background-color: var(--in-content-help-button-background-active); background-image: none; + /* Override default button background */ + background-color: transparent; + list-style-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed"); } xul|*.close-icon > xul|*.button-box, @@ -285,8 +284,8 @@ xul|*.help-button > xul|*.button-box { } xul|*.help-button > xul|*.button-box > xul|*.button-icon { - width: 18px; - height: 18px; + width: 16px; + height: 16px; } xul|*.help-button > xul|*.button-box > xul|*.button-text { @@ -628,6 +627,7 @@ xul|*.radio-label-box { -moz-margin-end: 4px; /* add the 4px end-margin of other elements */ margin-bottom: 15px; padding-bottom: 15px; + -moz-box-align: baseline; } *|*.header-name { |