Deleted
inherit
guest@proboards.com
253222
0
Apr 1, 2023 22:27:13 GMT -8
Deleted
0
January 1970
Deleted
|
Post by Deleted 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
Sept 28, 2022 13:12:14 GMT -8
Chris
8,659
December 2005
horace
|
Post by Chris on Jun 22, 2019 20:03:57 GMT -8
.ui-pagination-slot.state-selected { font-weight: bolder; }
|
|
Deleted
inherit
guest@proboards.com
253222
0
Apr 1, 2023 22:27:13 GMT -8
Deleted
0
January 1970
Deleted
|
Post by Deleted 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
Sept 28, 2022 13:12:14 GMT -8
Chris
8,659
December 2005
horace
|
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
Member is Online
Apr 1, 2023 22:24:42 GMT -8
Nscalerr 🐺
Throw me to the wolves and I'll return leading the pack!
2,737
May 2009
nscalerr
Anything with Bacon!
Ice Cream
|
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; }
|
|