jbroadway / elefant

Elefant, the refreshingly simple PHP CMS and web framework.
http://www.elefantcms.com
MIT License
209 stars 39 forks source link

Improved hover to open admin menu problem at normal view #233

Closed evan70 closed 9 years ago

evan70 commented 9 years ago

arrow is invisible in normal page with admin logged > it work only when i unset this rule >

admin-tools-arrow

margin-top: -48px;

jbroadway commented 9 years ago

I just checked in Firefox, Chrome and IE and it seems fine. What if you try force-refreshing?

evan70 commented 9 years ago

it works on normal admin pages, but when i switch to my page template and top-bar is visible but no arrow ...

screenshot - 02 12 2014 - 22 38 21

jbroadway commented 9 years ago

It sounds like something in your custom CSS is affecting the arrow. Would you be able to send me your template's HTML and CSS and I'll try to make the toolbar's CSS a little more explicit so it doesn't get affected?

evan70 commented 9 years ago

You're right, it works with elephant default template, please, close this issue, i'll check my css, thank you!

jbroadway commented 9 years ago

It wouldn't hurt to have it tested against some other CSS though, to make the toolbar more able to work with any custom sites.