Fixed #35541 -- Fixed paginator border in admin CSS.

This commit is contained in:
arjunomray 2024-07-08 14:37:16 +05:30 committed by Sarah Boyce
parent df35cf578f
commit 5559011c2b
4 changed files with 1 additions and 0 deletions

View File

@ -1120,6 +1120,7 @@ a.deletelink:focus, a.deletelink:hover {
margin: 0;
border-top: 1px solid var(--hairline-color);
width: 100%;
box-sizing: border-box;
}
.paginator a:link, .paginator a:visited {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 29 KiB