There's a bug with the WebGUI AdminBar being partially obscured with this theme - this is because it uses Z-Index as part of the css.
This is actually a bug in AdminBar's css where the Z-Index of the admin bar is set in the wrong tag (.slidePanel instead of #slidePanel).
To fix this, you need to edit the following file:
/data/WebGUI/www/extras/slidePanel/slidePanel.css
and insert the following line in the first css block (after line 7)
z-index: 100;
You'll need to do a hard refresh, but the admin bar will now appear on top like it should!
I hope to get this fix rolled into the next webgui update, but until then you'll have to hack it manually.
Jesse
-
If my comment is useful, rate me - I can always use the karma! :)
Join us on the #webgui irc channel on freenode! (I use the nick Radix)