Any way to revert graphical change?

Ask for help about NoScript, no registration needed to post
Guest

Re: Any way to revert graphical change?

Post by Guest »

Thank you very much for the link, Giorgio!
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Any way to revert graphical change?

Post by barbaz »

barbaz wrote: Tue Apr 05, 2022 9:53 pm 1) In NoScript Options, the selected preset is jammed up against the icon to its right. This does not happen in the popup. It would look better if the Options page had the same amount of spacing there as the popup currently does.
Fixed in 11.4.5rc2, thanks!
barbaz wrote: Tue Apr 05, 2022 9:53 pm 2) The focus halos still need some tweaking. They are almost invisible in all appearance combinations except Modern Red + light theme (I didn't test High Contrast). And when opening a CUSTOM, the focus halos only appear to blur the text of the active checkbox's label.
I played around with this a bit, and setting --focus-color and --focus-color-dark to #f78a in *all* theme combinations seems to solve the "invisible" part of this and look nice.
(That color was chosen to match current Modern Red Light focus color + a little more opacity.)

Regarding text blurring, 11.3.7 solved that by only putting the focus halos around the check box, leaving text alone. Could that approach please be restored?

__________________________________

Also, any news on viewtopic.php?p=105386#p105386 ?
*Always* check the changelogs BEFORE updating that important software!
-
Harbinger
Posts: 4
Joined: Tue Mar 22, 2022 1:38 am

Re: Any way to revert graphical change?

Post by Harbinger »

So is it safe to update to the latest version or stay with an older one?
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Any way to revert graphical change?

Post by barbaz »

Harbinger wrote: Thu Apr 21, 2022 5:03 am So is it safe to update to the latest version or stay with an older one?
What do you mean "safe" and what "older one" are you considering staying with? There are no known security issues with latest version of NoScript.
*Always* check the changelogs BEFORE updating that important software!
-
kukla
Senior Member
Posts: 317
Joined: Mon May 04, 2009 12:08 am

Re: Any way to revert graphical change?

Post by kukla »

Just upgraded to the 102esr. And unfortunately the css to revert to the look of the "original" version, the 11.3.7, is no longer working. Hoping there might be a fix for this.

What had been working until now with the 11.4.9rc1:

/* NoScript restore look of 11.3.7 */

:root {
--bg-even-row: rgb(238,238,238) !important;
--bg-preset-color: rgb(221, 221, 221) !important;
}
:not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked + label.preset {
filter: none !important;
}
.site > * {
padding-top: 0.5px !important;
padding-bottom: 2px !important;
}

From the 91esr, where fix is still good:

Image

Back to this in the 102:

Image
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:102.0) Gecko/20100101 Firefox/102.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Any way to revert graphical change?

Post by barbaz »

The difference I see in those screenshots is that you didn't toggle to Vintage Blue icons in NoScript Options > Appearance. Did you export and import NoScript settings into another profile? If so :arrow: viewtopic.php?f=10&t=26622
*Always* check the changelogs BEFORE updating that important software!
-
kukla
Senior Member
Posts: 317
Joined: Mon May 04, 2009 12:08 am

Re: Any way to revert graphical change?

Post by kukla »

I was just about to add a reply that I fixed this by changing the theme setting. Suddenly flashed through my css addled brain (have been immersed in fixing various css issues for days on end after upgrading to the new 102) and remembered that that was necessary for the NS look.

Thanks all good now.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:102.0) Gecko/20100101 Firefox/102.0
Post Reply