From: Robert Kaiser Date: Sun, 6 Jul 2014 23:53:12 +0000 (+0200) Subject: make bug 997131 work actually work on both sides of the change and merge branches X-Git-Tag: LCARStrek-2.28~12 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=94863ccc203336a3b8c0b976b14e23b4b8ee7db9;hp=7c01f627c37d74dee4e676d875cead8fc92d1397 make bug 997131 work actually work on both sides of the change and merge branches --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 356541a4..be874fa3 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1605,7 +1605,7 @@ window:not([chromehidden~="toolbar"]) #urlbar-container > #urlbar-wrapper { padding-left: 22px; -moz-margin-start: -22px; position: relative; -/* pointer-events: none;*/ + pointer-events: none; } window:not([chromehidden~="toolbar"]) #urlbar-container > #urlbar-wrapper > #urlbar { @@ -1614,6 +1614,11 @@ window:not([chromehidden~="toolbar"]) #urlbar-container > #urlbar-wrapper > #url pointer-events: all; } +/* The next rule is a workaround to deal with the above rules in post-31 */ +window:not([chromehidden~="toolbar"]) #urlbar-container > #urlbar-wrapper > #forward-button { + pointer-events: all; +} + window:not([chromehidden~="toolbar"]) #urlbar-container:not([switchingtabs]) > #urlbar-wrapper > #urlbar { transition: margin-left 150ms ease-out; }