From b189c9d2b0f8011faeff5746371e467b56449b60 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 24 Oct 2017 12:08:46 +0200 Subject: [PATCH] Add cursor pointer and increase clickable area --- client/coral-ui/components/Paginate.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/coral-ui/components/Paginate.css b/client/coral-ui/components/Paginate.css index 86b7c91c5..813786d66 100644 --- a/client/coral-ui/components/Paginate.css +++ b/client/coral-ui/components/Paginate.css @@ -4,18 +4,20 @@ .page, .previous, .next, .break { display: inline-block; + list-style: none; margin-right: 5px; +} + +.pageLink, .previousLink, .nextLink { + display: inline-block; + color: #696969; + cursor: pointer; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; width: 30px; - list-style: none; -} - -.pageLink, .previousLink, .nextLink { - color: #696969; - cursor: default; + user-select: none; } .previousLink, .nextLink {