I have made a database containing actual webbrowsers.
See:
https://piepcomptest.nl/viewtopic.php?t=3
In the light style the database shows correct.
But in the dark style the database looks very strange.
phpBB version is 3.3.12 and your style is version 1.0.9
How to get it back to show normal in the dark style.
In
https://zorin-nl-forum.nl/viewtopic.php?style=21&t=1455
the database looks normal.
But that is in an older version of your style.
Database problem - damaïo
Database problem
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
-
- Registered User
- Posts: 132
- Joined: Sun Feb 15, 2015 9:59 am
Re: Database problem
hi here
the display is different from one forum to another even with the light style, every other line is sky blue on the new version.
I don't think it's the style but rather the markdown extension.
to solve the display problem, find and comment on the following rule in the markdown.css and markdown.min.css files
you can also comment on the following rule for the blue colour of the table borders
the display is different from one forum to another even with the light style, every other line is sky blue on the new version.
I don't think it's the style but rather the markdown extension.
to solve the display problem, find and comment on the following rule in the markdown.css and markdown.min.css files
Code: Select all
table.markdown tr:nth-child(2n) {
background-color:#eef8fb
}
Code: Select all
table.markdown,
table.markdown td,
table.markdown th {
border:1px solid #105289
}
-
- Registered User
- Posts: 106
- Joined: Wed Sep 28, 2016 5:18 pm
- Location: Arras - France
Re: Database problem
Hello, deactivating of the Markdown extension is the solution.
So thank you for the advice.
So thank you for the advice.
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
-
- Registered User
- Posts: 132
- Joined: Sun Feb 15, 2015 9:59 am