fix button text color in the gray theme
This commit is contained in:
parent
0cb662cde8
commit
c99b4ddfea
|
@ -100,6 +100,10 @@
|
|||
background-image:url(/themes/gray/button/btn-sprite.gif);
|
||||
}
|
||||
|
||||
.x-btn button {
|
||||
color: Black;
|
||||
}
|
||||
|
||||
/* Layout classes */
|
||||
|
||||
.x-border-layout-ct {
|
||||
|
|
Loading…
Reference in New Issue