And the modification directly in overall_header.html is not recommanded by phpBB team.
I've to found an other way. I can't explain why adding class in body tag break the Quick reply CSS rules

it a bug of css filters with fixed position.Aurelienazerty wrote: ↑Tue Oct 15, 2019 1:44 pmThanks, I understand the fix. I don't know if it correct to put a class in <html> tag.
And the modification directly in overall_header.html is not recommanded by phpBB team.
I've to found an other way. I can't explain why adding class in body tag break the Quick reply CSS rules![]()
Aurelienazerty/darkMode/styles/all/theme
and open: darkmode.css
Code: Select all
.darkmode .qr_fixed_form {
position: sticky;
}
maybe the creator can make a switch in acp for that or use a if statement to not allow it to alter the acp
err, not exactly: when you search for users (ACP, users and groups, then "Find a member") the popup (member.php plus some parameters) is always on light mode.Aurelienazerty wrote: ↑Mon Jan 20, 2020 5:40 pmBut, when you turn on dark mode on the OS, its affect the all os, it not exclude some part.
darkmode directory in lowercase! also check permissions : 755JaeTheSlayer wrote: ↑Wed Jan 22, 2020 4:02 amHello, I'm pretty new to PHP.
So, I unzipped the file Darkmode into the /ext folder. I attempted to enable it through extensions manager but I don't see it...?
https://i.imgur.com/qkQJ9Yb.png?1
https://i.imgur.com/rF3HUNS.png?1