News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Repulse

Started by Diego Andrés, March 01, 2023, 02:33:27 PM

Previous topic - Next topic

MF30

Quote from: Diego Andrés on April 12, 2025, 02:31:56 PM
Quote from: MF30 on April 09, 2025, 07:20:32 PM
Quote from: Diego Andrés on April 09, 2025, 03:54:14 PMI'm not sure what you're referring to, can you post a screenshot of this issue?

It's hard to explain even with screenshot, but basically, When I hover the mouse over anything the forum starts flashing. That kind of flash that's seen when you pass the mouse over the boards on the Index of the forum. On the post page that shouldn't happen.

This happens when I enable the "Display ads on every page as a tower on the left side", for example.

I will explain better if you didn't get my point.

This is an issue with the ad management mod, it should not be using tables anymore for page layout.
You can reset hover background on the theme with something like this:

table tbody tr:is(:hover, :focus, :focus-within) {
  background: var(--windowbg-bg);
}

Works perfectly! Using that option will also change the background to a kind of dark gray, is there a way to maintain the black color?





Advertisement: