Former Member
inherit
guest@proboards.com
253222
0
Dec 4, 2024 16:45:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 22, 2019 19:38:38 GMT -8
So, basically when we're on page one of the pagination, the number 1 in the pagination should be bold, and that applies to whatever number we're on. If we're on page 560, then 560 will be bold.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 22, 2019 20:03:57 GMT -8
.ui-pagination-slot.state-selected { font-weight: bolder; }
|
|
Former Member
inherit
guest@proboards.com
253222
0
Dec 4, 2024 16:45:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 22, 2019 20:54:01 GMT -8
.ui-pagination-slot.state-selected { font-weight: bolder; } Hmm, doesn't seem like it works.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 22, 2019 21:40:45 GMT -8
Try adding a space then an a after state-selected
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Jun 22, 2019 21:54:01 GMT -8
I can confirm that adding the a as stated by Chris, makes it work. .ui-pagination-slot.state-selected a { font-weight: bolder; }
|
|