fix inconsistent colours

This commit is contained in:
Felix Niklas 2015-01-12 14:32:24 +01:00
parent 09dca3b50a
commit b08fe50888

View file

@ -18,7 +18,7 @@ p {
} }
.u-highlight { .u-highlight {
color: hsl(194,90%,45%); color: #0F94D6;
} }
a { a {
@ -752,6 +752,16 @@ textarea,
border-color: #ececec; border-color: #ececec;
} }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background: #0F94D6;
border-color: #0F94D6;
}
.pagination-counter { .pagination-counter {
margin-right: 19px; margin-right: 19px;
line-height: 28px; line-height: 28px;
@ -1826,6 +1836,11 @@ footer {
padding: 10px 20px; padding: 10px 20px;
} }
.tableOverview-edit {
@extend .u-clickable;
@extend .u-highlighted;
}
.bulkAction { .bulkAction {
background: white; background: white;
z-index: 1; z-index: 1;