NoScript bottom bar uses CSS of displayed page

Bug reports and enhancement requests
Post Reply
Moini
Posts: 10
Joined: Wed Mar 11, 2015 6:19 pm

NoScript bottom bar uses CSS of displayed page

Post 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)...
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
barbaz
Senior Member
Posts: 11095
Joined: Sat Aug 03, 2013 5:45 pm

Re: NoScript bottom bar uses CSS of displayed page

Post by barbaz »

What NoScript version?
How are you applying that CSS?
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply