increate table text contrast, add dropdown menu badge spacing

This commit is contained in:
Felix Niklas 2015-11-04 16:22:39 +01:00
parent c2459ed72d
commit 4e39e22512

View file

@ -696,6 +696,7 @@ table {
.table { .table {
display: table; display: table;
color: hsl(198,19%,72%);
} }
.table-fluid { .table-fluid {
@ -5313,6 +5314,10 @@ footer {
display: block; display: block;
} }
.dropdown-menu .badge {
padding-left: 10px;
}
.dropdown.dropdown--actions { .dropdown.dropdown--actions {
li { li {
line-height: initial; line-height: initial;