bugfix/3321 Ensure text appears on buttons inside tables (#3409)
This commit is contained in:
parent
e399a8c613
commit
32bd827b25
|
|
@ -145,6 +145,10 @@ table,
|
|||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue