Quote:
Originally Posted by Veer
Good work.
Is there any way to change the background and shadow colors? It would be nice to make a deference between Notices and Tips.
|
Will consider that as a built-in option for the next version. Thanks for the idea.
If you want to do it manually in the while, in version 0.2 you can simply add something like this in the aditional.css template
HTML Code:
#navbar_notice_pod_tip_notice
{
background: red;
-moz-box-shadow: -2px 2px 2px red;
-webkit-box-shadow: -2px 2px 2px red;
}
This code would give you red Tips (which probably are very ugly

customize it to your liking).