github: Fix commit table list background

pull/4/head
Adam Porter 8 years ago
parent bcfc78532f
commit 8b96d7e753

@ -364,6 +364,17 @@ a.filter-item:hover,
background-color: transparent !important;
color: #839496 !important;
}
.commit.table-list-item {
border-color: #073642 !important;
}
.commit-meta.commit-author-section {
background-color: transparent !important;
color: #839496 !important;
}
.table-list-cell .commit-title {
background-color: transparent !important;
color: #839496 !important;
}
.completeness-indicator-success {
background-color: #859900 !important;
}

@ -364,6 +364,17 @@ a.filter-item:hover,
background-color: transparent !important;
color: #657b83 !important;
}
.commit.table-list-item {
border-color: #eee8d5 !important;
}
.commit-meta.commit-author-section {
background-color: transparent !important;
color: #657b83 !important;
}
.table-list-cell .commit-title {
background-color: transparent !important;
color: #657b83 !important;
}
.completeness-indicator-success {
background-color: #859900 !important;
}

@ -357,6 +357,17 @@ a.filter-item:hover,
background-color: transparent !important;
color: #839496 !important;
}
.commit.table-list-item {
border-color: #073642 !important;
}
.commit-meta.commit-author-section {
background-color: transparent !important;
color: #839496 !important;
}
.table-list-cell .commit-title {
background-color: transparent !important;
color: #839496 !important;
}
.completeness-indicator-success {
background-color: #859900 !important;
}

@ -357,6 +357,17 @@ a.filter-item:hover,
background-color: transparent !important;
color: #657b83 !important;
}
.commit.table-list-item {
border-color: #eee8d5 !important;
}
.commit-meta.commit-author-section {
background-color: transparent !important;
color: #657b83 !important;
}
.table-list-cell .commit-title {
background-color: transparent !important;
color: #657b83 !important;
}
.completeness-indicator-success {
background-color: #859900 !important;
}

@ -341,6 +341,19 @@ a.filter-item
background-color transparent i
color()
// ** Commits list (i.e. user/project/commits/ URL)
.commit.table-list-item
border-color color-background-highlight
.commit-meta.commit-author-section
background-color transparent
color()
.table-list-cell .commit-title
background-color transparent
color()
// ** completeness-indicator
.completeness-indicator-success
background-color green i

Loading…
Cancel
Save