pma8165-theme icon indicating copy to clipboard operation
pma8165-theme copied to clipboard

Broken on pma 4.5

Open Abhinav1217 opened this issue 9 years ago • 8 comments

I really love this theme. I use Numix setup on my fedora and honestly, your color combo feels better then my other native apps. :+1:

I updated from 4.3 to 4.5 this morning and few things broke.

  1. Recent and Favourite section. It is now always open and on top of sidebar. screenshot from 2015-09-24 12-47-39
  2. Options are not working anymore. And pushes the data below the page.

screenshot from 2015-09-24 12-54-30 screenshot from 2015-09-24 12-53-36 screenshot from 2015-09-24 12-53-31

Abhinav1217 avatar Sep 24 '15 07:09 Abhinav1217

I am not a designer myself but if you could point me to some starter guide or tutorial, I can help you update the theme, Send you a pull request maybe. I am always happy to help.

Abhinav1217 avatar Sep 24 '15 07:09 Abhinav1217

I'm very sorry but I did not find a way of upgrading my installation to 4.5 in Ubuntu, so I'm afraid I will be unable to support that version until later on. The only alternative I could think of is to start developing on a virtual machine, but then again I barely have enough time supporting previous versions as it is. You are more than welcome to mess around with the theme files yourself, as I did - for which I didn't use any tutorial, just plain old CSS overrides and hacks here and there - which I'm honestly not proud of (it's just bad coding)... anyway here's another empty promise (time seems to be on any other side but mine): I WILL in fact review all the currently existing bugs and glitches and bump support to version 4.4 (at this point my true hopes are of rewriting all the code though). Sorry for the long response time and hope for a more stable / future proof release ...

mjohnson8165 avatar Oct 01 '15 12:10 mjohnson8165

Thanks for replay, I already tried css overrides, But because of lack of documentation, It is very tough to know what class to edit and what not to. I managed to hide Recent list but haven't worked out on its toggle. I Couldn't exactly find proper target for the hide the Options. Currently busy with few other stuffs, after that I will take a proper look at this.

I did think about using Stylus or Less to organize the CSS into modules. Whats your thoughts on this?

Abhinav1217 avatar Oct 01 '15 15:10 Abhinav1217

Hey, this theme looks amazing! Have any of you had any luck in getting it to work with the latest phpmyadmin? (4.5.4.1)

I would love to use this!

Marabon avatar Jan 31 '16 04:01 Marabon

@Marabon does the 4.3 fix work for you? #1

ghost avatar Mar 10 '16 10:03 ghost

@ChubbyNinja If you're talking about the navigation panel icons, then yes, I just applied it and I've got the icons showing. The theme overall feels a bit buggy on 4.5.4.1 though, and I see now that 4.5.5.1 is out as well.

Fingers crossed for an update making this fully supported on the latest versions.

Marabon avatar Mar 10 '16 10:03 Marabon

I added this to the bottom of common.css.php and it fixed my issues in 4.6

#pma_console_container {display: none;} #navipanellinks .icon {display:inline-block;} #page_settings_modal {display: none !important;} #quick_or_custom, #output_quick_export {display: block !important;}

.pma_quick_warp { padding-top: 6px; padding-bottom: 6px; margin-top: 5px; margin-left: 10px; position: relative; } .pma_quick_warp .drop_list { float: left; margin-left: 3px; padding: 2px 0; } .pma_quick_warp .drop_button { padding: .2em .5em; cursor: pointer; background: #d64937 !important; color: #fff !important; border-radius: 3px; }

.pma_quick_warp .drop_list:hover .drop_button { background: #fff; } .pma_quick_warp .drop_list ul { position: absolute; margin: 0; padding: 0; overflow: hidden; overflow-y: auto; list-style: none; background: #fff; border: 1px solid #ddd; top: 30px !important; left: 3px; right: 0; display: none; z-index: 802; } .pma_quick_warp .drop_list:hover ul { display: block; } .pma_quick_warp .drop_list li { white-space: nowrap; padding: 0; } .pma_quick_warp .drop_list li img { vertical-align: sub; } .pma_quick_warp .drop_list li:hover { background: #f2f2f2; } .pma_quick_warp .drop_list a { display: block; padding: .2em .3em; } .pma_quick_warp .drop_list a.favorite_table_anchor { clear: left; float: left; padding: .1em .3em 0; }

earlyspider avatar Feb 15 '17 04:02 earlyspider

To be clear the above fixes 4.6:- Nav Icons, Recent & Favorites, Collapse in nav tree and extra page content details now hidden like Metro theme

earlyspider avatar Feb 15 '17 04:02 earlyspider