X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=be874fa3ce34ed2395cf85431c3cdabbb3bce2e9;hp=356541a46871e31dc04c2ab2b2559715caa0b919;hb=f897a590a135f4de8227cc5cc228bd0b60885c05;hpb=2c62526c2e4257a3c6e53e3f7b863971155380d3 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; }