fix button text color in the gray theme

This commit is contained in:
Damien Churchill 2009-04-02 15:01:40 +00:00
parent 0cb662cde8
commit c99b4ddfea
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@
background-image:url(/themes/gray/button/btn-sprite.gif);
}
.x-btn button {
color: Black;
}
/* Layout classes */
.x-border-layout-ct {