We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use the AdminerCustomizeThemeBasedOnServer plugin to add custom css to the header depending on the server the user is connected to:
@keyframes blinker { 50% { opacity: 10%; } } a#h1:after, #content h2:nth-of-type(1)::after { content: ' DEV SERVER'; color: red; animation: blinker 2s linear infinite; font-weight: bold; }
If this plugin finds a matching css file adminer's dark theme no longer works, I think because of
adminer/adminer/include/design.inc.php
Line 34 in 9cfea02
Could adminer be updated to allow extra custom css on top of the dark theme?
The text was updated successfully, but these errors were encountered:
I'll make it explicitly check for adminer.css and adminer-dark.css.
adminer.css
adminer-dark.css
Sorry, something went wrong.
bda53f0
No branches or pull requests
I use the AdminerCustomizeThemeBasedOnServer plugin to add custom css to the header depending on the server the user is connected to:
If this plugin finds a matching css file adminer's dark theme no longer works, I think because of
adminer/adminer/include/design.inc.php
Line 34 in 9cfea02
Could adminer be updated to allow extra custom css on top of the dark theme?
The text was updated successfully, but these errors were encountered: