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:
parent
24c5dd345e
commit
aa29e8fa32
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue