Taurus MFF
05-14-2010, 09:50 AM
just went from 4.0.2 to 4.0.3...
assume a thread is ten pages. in the "What's New" listing, that thread should show page numbers 1 2 3...10
the first page numbers still have background shading. the 10 used to have background shading and now does not. since we're using a dark skin, you cannot see the last page number. this only happens when viewing "What's New"
https://vborg.vbsupport.ru/external/2010/05/39.jpg
can anyone help me figure out what controls the background color of the last page number?
I'm going crazy with this one, Firebug has not gotten me to the solution.
--------------- Added 1273858968 at 1273858968 ---------------
solved, thanks to Lynne!
You can add the background property to ".threadbit .pagination a" and it will affect all the number backgrounds on there.
.threadbit .pagination a {
background: #333333;
}
assume a thread is ten pages. in the "What's New" listing, that thread should show page numbers 1 2 3...10
the first page numbers still have background shading. the 10 used to have background shading and now does not. since we're using a dark skin, you cannot see the last page number. this only happens when viewing "What's New"
https://vborg.vbsupport.ru/external/2010/05/39.jpg
can anyone help me figure out what controls the background color of the last page number?
I'm going crazy with this one, Firebug has not gotten me to the solution.
--------------- Added 1273858968 at 1273858968 ---------------
solved, thanks to Lynne!
You can add the background property to ".threadbit .pagination a" and it will affect all the number backgrounds on there.
.threadbit .pagination a {
background: #333333;
}