pixel-cookers / redmine-theme

A nice, dark and blue theme for Redmine.
http://pixel-cookers.github.io/redmine-theme/
MIT License
118 stars 58 forks source link

Compatibility with redmine 2.0.x #7

Closed rasca closed 12 years ago

rasca commented 12 years ago

As is, the theme works but several things break. It would be nice to support both 1.4.x and 2.0.x.

lmeyer commented 12 years ago

Hello rasca,

Can you tell me where the theme breaks in new versions.

I am currently upgrading the theme for 1.4.x. I've done some fixes but maybe I miss something.

rasca commented 12 years ago

I haven't had much time to play with it and I didn't test all the modules but what comes up really quick is the Administration menu

menu image

<ul>
     <ul><li><a href="/admin/projects" class="projects selected">Projects</a></li>
         <li><a href="/users" class="users">Users</a></li>

If I find more things I'll report back. Thanks!

lmeyer commented 12 years ago

The selected item in sidebar has been fixed in a previous commit (included in current master).

I close this issue, please open another for each bug you find.

Cheers