Minor tweaks to commit-list table
This commit is contained in:
parent
d1273662f5
commit
5756be3636
|
@ -380,10 +380,6 @@ a.item {
|
||||||
background: #05174b;
|
background: #05174b;
|
||||||
color: #dbdbdb !important;
|
color: #dbdbdb !important;
|
||||||
}
|
}
|
||||||
.repository.file.list #repo-files-table tr:hover {
|
|
||||||
color: var(--fghl);
|
|
||||||
background-color: var(--bluehl);
|
|
||||||
}
|
|
||||||
.ui.table {
|
.ui.table {
|
||||||
color: #797979!important;
|
color: #797979!important;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
@ -1381,20 +1377,30 @@ form.ui.form.ignore-dirty input {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.repository.file.list #repo-files-table {
|
.repository.file.list #repo-files-table {
|
||||||
|
border: 0px !important;
|
||||||
border-bottom: solid 5px var(--blue) !important;
|
border-bottom: solid 5px var(--blue) !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.repository.file.list #repo-files-table {
|
|
||||||
background-color: var(--blue) !important;
|
|
||||||
}
|
|
||||||
.repository.file.list #repo-files-table tr.commit-list {
|
.repository.file.list #repo-files-table tr.commit-list {
|
||||||
border-top-left-radius: 5px !important;
|
border-top-left-radius: 5px !important;
|
||||||
border-top-right-radius: 5px !important;
|
border-top-right-radius: 5px !important;
|
||||||
}
|
}
|
||||||
.repository.file.list #repo-files-table thead th {
|
.repository.file.list #repo-files-table thead th {
|
||||||
|
background-color: var(--blue) !important;
|
||||||
|
color: var(--fghl) !important;
|
||||||
|
border-top-left-radius: 5px !important;
|
||||||
|
border-top-right-radius: 5px !important;
|
||||||
}
|
}
|
||||||
.repository.file.list .repo-files-table {
|
.repository.file.list #repo-files-table thead th a:hover {
|
||||||
border: 0px !important;
|
color: var(--fghl) !important;
|
||||||
|
}
|
||||||
|
.repository.file.list #repo-files-table tbody tr:hover {
|
||||||
|
background-color: var(--bluehl) !important;
|
||||||
|
}
|
||||||
|
.repository.file.list #repo-files-table tbody tr:hover .time-since, .repository.file.list #repo-files-table tbody tr:hover a {
|
||||||
|
color: var(--fghl);
|
||||||
|
}
|
||||||
|
.repository.file.list #repo-files-table {
|
||||||
}
|
}
|
||||||
.repository.file.list tr.commit-list th {
|
.repository.file.list tr.commit-list th {
|
||||||
border-bottom: 0px !important;
|
border-bottom: 0px !important;
|
||||||
|
|
Loading…
Reference in New Issue