-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Some icons doesn't appear in version 4.3.0 #1
Comments
Hi, thanks for the kind words and sorry for the very late response... I have too noticed that problem (and a few others with pagination icons for instance) but can't even dream of getting to work on that for now - it'll be another week or so before i can take a look (really caught up in too many projects atm). From a short inspection of the page DOM, i can see how the .icon class has a display:none property (which must have been overridden by stuff in case newer versions of pma use different selector names for whatever parent wrapper elements i.e. #navipanellinks for the id of the icons you mentioned). I use these theme on many machines and with every update, as things started to break and degrade, i died a little inside - but the next patch'll take care of many many things and make at least 1 person happy :) |
I came across this issue - to fix most of the problem i done this:
Basically i copied over the theme pmahomme img directory (ships with PMA) and then merged this themes images - so in theory any missing images should display the originals.. This did not show those icons though - so I then edited
Now everything I need is showing nicely :) |
I just found out about this theme and i love it! But as you guys already stated, the navipanellinks not displaying was a bit sad. |
There's a .icon { display: none } causing the main icons (login, home, etc) to disappear. I found #4, that intends to fix missing icons. Indeed it does fix them, but it feels like "hiding the icons, to show them in the next line", and then the theme looks... over-iconized. Hope this helps. |
Hello,
Great work with this skin, it is really enjoyable to watch :-)
But I have a problem. I use PhpMyAdmin 4.3.0 and I don't show some major icons (home, quit, ...).
As you can see in this screenshot (in the red zone of the upper left corner):
Have an idea of what is the problem?
The text was updated successfully, but these errors were encountered: