While using the admin module to administer my Drupal site I notice hugly table border on better messages pop up. There is a conflict with the Admin module css.
The issue is to had this line of Css:
#better-messages-default td
{
border:0!important;
}
I know you can't had css to make better messages compatible with all theme but it could be nice that you had this.
Comments
Comment #1
mohammed j. razemFixed in release 6.x-1.8
Comment #2
mohammed j. razem