bugfix/3321 Ensure text appears on buttons inside tables (#3409)

This commit is contained in:
Jeff Carey
2017-09-14 20:28:01 -07:00
committed by Maxime Beauchemin
parent e399a8c613
commit 32bd827b25

View File

@@ -145,6 +145,10 @@ table,
a {
color: #fff;
}
.btn-default {
color: @gray;
}
}
}