Page 1 of 1

NoScript bottom bar uses CSS of displayed page

Posted: Wed Mar 11, 2015 6:30 pm
by Moini
Hi,

I'm not sure if the yellow noscript bar at the bottom of my browser is actually being created by noscript, or if it is part of the FF's infrastructure,
but when changing the CSS for buttons with

/* reset button padding for FF */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner
{border:0;padding:0;margin:0;}

to make the padding of buttons / links looking like buttons on a page I'm working on look the same, also the button in the bottom bar (labelled 'settings') is influenced. I think that one should rely on the browser's internal CSS though, or bring its own, but not be influence-able by the visited website's css.

What if I reset it to something like 'display: none'... or 'visibility: hidden' or width: 0...? (not sure if that is possible, but who knows)...

Re: NoScript bottom bar uses CSS of displayed page

Posted: Wed Mar 11, 2015 6:47 pm
by barbaz
What NoScript version?
How are you applying that CSS?