From 34b8b6c9e6316a143ac64cada5363ff79d2a7437 Mon Sep 17 00:00:00 2001 From: ibrahem hassan Date: Tue, 20 Feb 2024 17:57:00 +0200 Subject: [PATCH] add edit --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5b80afe..d94bd31 100644 --- a/style.css +++ b/style.css @@ -1597,17 +1597,21 @@ margin: 0; height: 38px; display: flex; align-items: center; - justify-content: center; } .paginationBox .page-item span{ color: #1b2541; } .paginationBox .page-item .page-link{ background-color: #EBAF29; - border: 1px solid #ffefbf; + border: none; border-radius: 0px; color: #1b2541; transition: 0.3s; +border-right: 1px solid #fdefbd; +} +.paginationBox .page-item.active{ + background-color: #1b2541; + } .paginationBox .page-item.active .page-link{ color: white; @@ -1629,4 +1633,5 @@ transition: 0.3s; } .paginationBox .pagination .page-item:last-of-type .page-link{ border-radius: 0px 8px 8px 0px; + border: none; } \ No newline at end of file