Hi there! I'm trying to slightly change the appearance of the tabs of a radsplitter with sliding panes. I'm currently using the WebBlue skin, but would like to add distinct borders to the tabs and a different color to the expanded tab. I've added the following css code to my page, but nothing changes.
I must be missing something. Any help appreciated. Thanks!
​.
I must be missing something. Any help appreciated. Thanks!
​.
RadSplitter .paneTabContainer { border-color: #424242 !important; border-width: thin !important; } .RadSplitter .paneTabContainerDocked, .RadSplitter .paneTabContainerDockedHorizontal { background: #FAAC58 !important; } .RadSplitter .tabsContainer .paneTabContainerExpanded, .RadSplitter .tabsContainer .paneTabContainerExpandedHorizontal { background: #FAAC58 !important; }