0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed members table background bug

refs DES-97
This commit is contained in:
Djordje Vlaisavljevic 2024-02-06 09:51:44 +00:00
parent 24c5dd345e
commit aa29e8fa32

View file

@ -1042,11 +1042,11 @@ input:focus,
}
.gh-list-scrolling thead th:first-child {
background: linear-gradient(90deg, rgba(16,17,20,1) 90%, rgba(16,17,20,0) 100%);
background: linear-gradient(90deg, rgba(21,23,26,1) 90%, rgba(21,23,26,0) 100%);
}
.gh-list-scrolling tbody .gh-list-data:first-child {
background: linear-gradient(90deg, rgba(16,17,20,1) 90%, rgba(16,17,20,0) 100%);
background: linear-gradient(90deg, rgba(21,23,26,1) 90%, rgba(21,23,26,0) 100%);
}
.gh-filter-builder .gh-filters {