changed ui table background to more dark filter.
This commit is contained in:
parent
f6a9646ff2
commit
a5ec7f1160
@ -494,6 +494,9 @@ footer {
|
|||||||
background: $mainBgColor;
|
background: $mainBgColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.table tr td {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
.repository.file.list #repo-files-table tr:hover {
|
.repository.file.list #repo-files-table tr:hover {
|
||||||
background-color: $mainBgColor;
|
background-color: $mainBgColor;
|
||||||
}
|
}
|
||||||
@ -795,7 +798,7 @@ tr:hover a {
|
|||||||
background-image: url("/img/grad1.png");
|
background-image: url("/img/grad1.png");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-blend-mode: difference;
|
background-blend-mode: color-burn;
|
||||||
color: $mainTextColor;
|
color: $mainTextColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user