fix inconsistent colours
This commit is contained in:
parent
09dca3b50a
commit
b08fe50888
1 changed files with 16 additions and 1 deletions
|
@ -18,7 +18,7 @@ p {
|
|||
}
|
||||
|
||||
.u-highlight {
|
||||
color: hsl(194,90%,45%);
|
||||
color: #0F94D6;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -752,6 +752,16 @@ textarea,
|
|||
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 {
|
||||
margin-right: 19px;
|
||||
line-height: 28px;
|
||||
|
@ -1826,6 +1836,11 @@ footer {
|
|||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.tableOverview-edit {
|
||||
@extend .u-clickable;
|
||||
@extend .u-highlighted;
|
||||
}
|
||||
|
||||
.bulkAction {
|
||||
background: white;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue