inherit
51420
0
May 4, 2022 3:22:33 GMT -8
pitszal
2,321
July 2005
pitszal
|
Post by pitszal on Dec 18, 2013 9:58:42 GMT -8
How do I change the colors of the background and text? Thanks
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Dec 18, 2013 10:23:06 GMT -8
Support Forum support.proboards.com/thread/430638/dynamically-tabbed-tableOn that page: /* Background color of tabs */ table.list > thead > tr.dtt_tabs > th, table.list > tbody > tr.dtt_tabs > td, th.dtt_sidebar_title { /** * Look up @container_background_color_2 in * Admin > Themes > Colors And Styles > Style Sheet * for the recommended color. */ background-color: #f6f6f6; color:red; } /* Hover color of tabs */ .list .item.state-hover, .list .board.item:hover { /** * Look up @container_background_color_1 in * Admin > Themes > Colors And Styles > Style Sheet * for the recommended color. */ background-color: #efefef; color:red; } /* Tab selected color */ .list .item.state-selected { /** * Look up @container_background_color_1 in * Admin > Themes > Colors And Styles > Style Sheet * for the recommended color. */ background: #efefef; color:red; }
|
|
inherit
51420
0
May 4, 2022 3:22:33 GMT -8
pitszal
2,321
July 2005
pitszal
|
Post by pitszal on Dec 18, 2013 10:53:35 GMT -8
Thanks
|
|