diff options
author | Horst3180 | 2016-04-20 12:30:29 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-20 12:33:12 +0200 |
commit | 5e0c513926bf299ec98cc31a35867459ddcc82be (patch) | |
tree | 4ea869534e7974dd9f413442921d76df1bc890da /arc-firefox-theme/chrome/global/in-content/common.css | |
parent | 6d207ec0860b236bbb04b7b05e8faa40c513927a (diff) | |
download | solarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.tar.gz solarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.tar.xz solarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.zip |
update to 46.0b11
Diffstat (limited to 'arc-firefox-theme/chrome/global/in-content/common.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/in-content/common.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/global/in-content/common.css b/arc-firefox-theme/chrome/global/in-content/common.css index b343e18..c78132c 100644 --- a/arc-firefox-theme/chrome/global/in-content/common.css +++ b/arc-firefox-theme/chrome/global/in-content/common.css @@ -474,7 +474,9 @@ html|a:hover:active, /* Hide the actual checkbox */ html|input[type="checkbox"] { - visibility: hidden; + opacity: 0; + width: 0; + pointer-events: none; position: absolute; } @@ -873,6 +875,13 @@ xul|*.inline-link:-moz-focusring { border: 1px dotted -moz-DialogText; } +xul|menulist:-moz-focusring > xul|*.menulist-label-box, +xul|radio[focused="true"] > xul|*.radio-label-box, +html|input[type="checkbox"]:-moz-focusring + html|label:before, +xul|checkbox:-moz-focusring > xul|*.checkbox-label-box { + outline: 1px dotted; +} + xul|spinbuttons { -moz-appearance: none; } |